summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2014-04-30 09:20:34 +0200
committerJuergen Borleis <jbe@pengutronix.de>2014-04-30 09:27:47 +0200
commit8b830bfabcaf91bbf91ff6f9115c7d395d86d954 (patch)
tree9ab7d79e3978c02c45c541077656b65402373d6a
parentbfb8449b6655e38386847de6240cf3a8309dcb81 (diff)
downloadOSELAS.BSP-Pengutronix-Mini2440-8b830bfabcaf91bbf91ff6f9115c7d395d86d954.tar.gz
OSELAS.BSP-Pengutronix-Mini2440-8b830bfabcaf91bbf91ff6f9115c7d395d86d954.tar.xz
Platform: change kernel configs for 3.11, 3.12, 3.13 and 3.14
By accident these kernel configurations have the "symbols for debugging/ksymoops" option enabled. Since this is a useful option for development is isn't for the regular use of the kernel. Due to the fact this option enlarges the kernel image it does not fit into the NAND kernel partition anymore. This change disables all symbols for debugging/ksymoops to make these kernels fit again into the 2 MiB NAND kernel partition Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--configs/platform-friendlyarm-mini2440/Changelog6
-rw-r--r--configs/platform-friendlyarm-mini2440/kernelconfig-3.113
-rw-r--r--configs/platform-friendlyarm-mini2440/kernelconfig-3.123
-rw-r--r--configs/platform-friendlyarm-mini2440/kernelconfig-3.133
-rw-r--r--configs/platform-friendlyarm-mini2440/kernelconfig-3.143
5 files changed, 10 insertions, 8 deletions
diff --git a/configs/platform-friendlyarm-mini2440/Changelog b/configs/platform-friendlyarm-mini2440/Changelog
index b511fbf..2aae01d 100644
--- a/configs/platform-friendlyarm-mini2440/Changelog
+++ b/configs/platform-friendlyarm-mini2440/Changelog
@@ -1,3 +1,9 @@
+2014-04-30 Juergen Borleis <jbe@pengutronix.de
+
+ * Kernel-3.11, 3.12, 3.13, 3.14
+ - disable all symbols for debugging/ksymoops to make these
+ kernel fit again into the 2 MiB NAND kernel partition
+
2014-04-27 Juergen Borleis <jbe@pengutronix.de
* Kernel-3.4:
diff --git a/configs/platform-friendlyarm-mini2440/kernelconfig-3.11 b/configs/platform-friendlyarm-mini2440/kernelconfig-3.11
index 08f7331..41bfe4a 100644
--- a/configs/platform-friendlyarm-mini2440/kernelconfig-3.11
+++ b/configs/platform-friendlyarm-mini2440/kernelconfig-3.11
@@ -131,8 +131,7 @@ CONFIG_HAVE_UID16=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
-CONFIG_KALLSYMS=y
-CONFIG_KALLSYMS_ALL=y
+# CONFIG_KALLSYMS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
diff --git a/configs/platform-friendlyarm-mini2440/kernelconfig-3.12 b/configs/platform-friendlyarm-mini2440/kernelconfig-3.12
index e961ec3..f568a9c 100644
--- a/configs/platform-friendlyarm-mini2440/kernelconfig-3.12
+++ b/configs/platform-friendlyarm-mini2440/kernelconfig-3.12
@@ -128,8 +128,7 @@ CONFIG_HAVE_UID16=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
-CONFIG_KALLSYMS=y
-CONFIG_KALLSYMS_ALL=y
+# CONFIG_KALLSYMS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
diff --git a/configs/platform-friendlyarm-mini2440/kernelconfig-3.13 b/configs/platform-friendlyarm-mini2440/kernelconfig-3.13
index 29ab147..9fe1d4d 100644
--- a/configs/platform-friendlyarm-mini2440/kernelconfig-3.13
+++ b/configs/platform-friendlyarm-mini2440/kernelconfig-3.13
@@ -129,8 +129,7 @@ CONFIG_HAVE_UID16=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
-CONFIG_KALLSYMS=y
-CONFIG_KALLSYMS_ALL=y
+# CONFIG_KALLSYMS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
diff --git a/configs/platform-friendlyarm-mini2440/kernelconfig-3.14 b/configs/platform-friendlyarm-mini2440/kernelconfig-3.14
index 5b7f038..9ad2c84 100644
--- a/configs/platform-friendlyarm-mini2440/kernelconfig-3.14
+++ b/configs/platform-friendlyarm-mini2440/kernelconfig-3.14
@@ -127,8 +127,7 @@ CONFIG_HAVE_UID16=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
-CONFIG_KALLSYMS=y
-CONFIG_KALLSYMS_ALL=y
+# CONFIG_KALLSYMS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y