[kernel] r14603 - in dists/trunk/linux-2.6/debian: . config/armel
Martin Michlmayr
tbm at alioth.debian.org
Thu Nov 12 17:27:00 UTC 2009
Author: tbm
Date: Thu Nov 12 17:26:59 2009
New Revision: 14603
Log:
MTD_CMDLINE_PARTS makes sense on some platforms
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/armel/config.iop32x
dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
dists/trunk/linux-2.6/debian/config/armel/config.orion5x
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Thu Nov 12 17:25:49 2009 (r14602)
+++ dists/trunk/linux-2.6/debian/changelog Thu Nov 12 17:26:59 2009 (r14603)
@@ -18,7 +18,6 @@
[ Martin Michlmayr ]
* [arm] Make some options modular (since there's no reason for them to
be built in): FTL, NFTL, MTD_CFI_AMDSTD, MTD_CFI_STAA.
- * [arm] Turn off options that are not needed: MTD_CMDLINE_PARTS
* [armel/orion5x, armel/kirkwood] Enable ISDN (requested by Markus
Krebs).
Modified: dists/trunk/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.iop32x Thu Nov 12 17:25:49 2009 (r14602)
+++ dists/trunk/linux-2.6/debian/config/armel/config.iop32x Thu Nov 12 17:26:59 2009 (r14603)
@@ -380,7 +380,7 @@
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
-# CONFIG_MTD_CMDLINE_PARTS is not set
+CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLOCK=y
Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Thu Nov 12 17:25:49 2009 (r14602)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Thu Nov 12 17:26:59 2009 (r14603)
@@ -237,7 +237,7 @@
# CONFIG_MTD_CONCAT is not set
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
-# CONFIG_MTD_CMDLINE_PARTS is not set
+CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLOCK=y
Modified: dists/trunk/linux-2.6/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.orion5x Thu Nov 12 17:25:49 2009 (r14602)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x Thu Nov 12 17:26:59 2009 (r14603)
@@ -223,7 +223,7 @@
# CONFIG_MTD_CONCAT is not set
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
-# CONFIG_MTD_CMDLINE_PARTS is not set
+CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
More information about the Kernel-svn-changes
mailing list