summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/001.patch
diff options
context:
space:
mode:
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)
- {