summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-04-16 03:50:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-04-16 03:53:24 +0200
commit850fb2c12f446023c3d186f6050c9a5fec998266 (patch)
tree2a6654541011544ca34fb3357eeb8986b401aca2 /recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch
parenta5f5d85e52717e136e692478fb5d822c1ce70046 (diff)
linux-toradex-rt: fix it again
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch b/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch
deleted file mode 100644
index 538718a..0000000
--- a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- b/init/main.c
-+++ a/init/main.c
-@@ -915,7 +915,7 @@
-
- static noinline void __init kernel_init_freeable(void);
-
-+#if defined(CONFIG_DEBUG_RODATA) || defined(CONFIG_SET_MODULE_RONX)
--#if defined(CONFIG_DEBUG_RODATA) || defined(CONFIG_DEBUG_SET_MODULE_RONX)
- bool rodata_enabled __ro_after_init = true;
- static int __init set_debug_rodata(char *str)
- {