[linux] 02/05: [armel/marvell] Disable support for DNS-323

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Jan 27 17:32:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/armel-marvell-flavour
in repository linux.

commit a19abbf4185b9a5699664b03eda4fd5450e2e305
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Jan 27 15:00:03 2016 +0000

    [armel/marvell] Disable support for DNS-323
    
    The kernel image was already too large for this machine.
    
    - Disable MACH_DNS323
    - Change MTD_CFI_AMDSTD from built-in to module
---
 debian/changelog                   | 5 +++++
 debian/config/armel/config.marvell | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a6be4c..0e27658 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,11 @@ linux (4.4-1~exp2) UNRELEASED; urgency=medium
 
   [ Ben Hutchings ]
   * [armel] Replace kirkwood and orion5x flavours with a 'marvell' flavour
+  * [armel/marvell] Adjust configuration to reduce image size:
+    - Disable support for DNS-323 as the kernel image was already too large
+      for this machine
+      + Disable MACH_DNS323
+      + Change MTD_CFI_AMDSTD from built-in to module
 
  -- Ian Campbell <ijc at debian.org>  Sat, 23 Jan 2016 08:23:05 +0000
 
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index ab7da22..d65dd06 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -49,7 +49,8 @@ CONFIG_MACH_DB88F5281=y
 CONFIG_MACH_RD88F5182=y
 CONFIG_MACH_RD88F5182_DT=y
 CONFIG_MACH_KUROBOX_PRO=y
-CONFIG_MACH_DNS323=y
+#. Only 1.5 MB flash available for kernel
+# CONFIG_MACH_DNS323 is not set
 CONFIG_MACH_TS209=y
 CONFIG_MACH_TERASTATION_PRO2=y
 CONFIG_MACH_LINKSTATION_PRO=y
@@ -348,7 +349,7 @@ CONFIG_MTD_CFI_I4=y
 #. Needed e.g. on QNAP devices
 CONFIG_MTD_CFI_INTELEXT=y
 #. Needed e.g. on the D-Link DNS-323
-CONFIG_MTD_CFI_AMDSTD=y
+CONFIG_MTD_CFI_AMDSTD=m
 CONFIG_MTD_CFI_STAA=m
 # CONFIG_MTD_RAM is not set
 # CONFIG_MTD_ROM is not set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list