[oe-commits] Holger Hans Peter Freyther : linux-2.6.30/mx27ads/defconfig: Enable NAND on the i.mx27 ads

git version control git at git.openembedded.org
Tue Jan 26 19:12:44 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: e9344af0f0ead4ff7a926e84b08f819b23cc3d64
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e9344af0f0ead4ff7a926e84b08f819b23cc3d64

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Jan 26 19:56:35 2010 +0800

linux-2.6.30/mx27ads/defconfig: Enable NAND on the i.mx27 ads

According to the website the device is coming with 16MB of
flash and is pre equipped with the redboot bootloader. Enable
both NAND, NAND MXC and redboot parsing.

---

 recipes/linux/linux-2.6.30/mx27ads/defconfig |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-2.6.30/mx27ads/defconfig b/recipes/linux/linux-2.6.30/mx27ads/defconfig
index 600655a..9a6607e 100644
--- a/recipes/linux/linux-2.6.30/mx27ads/defconfig
+++ b/recipes/linux/linux-2.6.30/mx27ads/defconfig
@@ -394,7 +394,10 @@ CONFIG_MTD=y
 # CONFIG_MTD_CONCAT is not set
 CONFIG_MTD_PARTITIONS=y
 # CONFIG_MTD_TESTS is not set
-# CONFIG_MTD_REDBOOT_PARTS is not set
+CONFIG_MTD_REDBOOT_PARTS=y
+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=y
 # CONFIG_MTD_AFS_PARTS is not set
 # CONFIG_MTD_AR7_PARTS is not set
@@ -460,7 +463,16 @@ CONFIG_MTD_PHYSMAP=y
 # CONFIG_MTD_DOC2000 is not set
 # CONFIG_MTD_DOC2001 is not set
 # CONFIG_MTD_DOC2001PLUS is not set
-# CONFIG_MTD_NAND is not set
+CONFIG_MTD_NAND=y
+# CONFIG_MTD_NAND_VERIFY_WRITE is not set
+# CONFIG_MTD_NAND_ECC_SMC is not set
+# CONFIG_MTD_NAND_MUSEUM_IDS is not set
+# CONFIG_MTD_NAND_GPIO is not set
+CONFIG_MTD_NAND_IDS=y
+# CONFIG_MTD_NAND_DISKONCHIP is not set
+# CONFIG_MTD_NAND_NANDSIM is not set
+# CONFIG_MTD_NAND_PLATFORM is not set
+CONFIG_MTD_NAND_MXC=y
 # CONFIG_MTD_ONENAND is not set
 
 #





More information about the Openembedded-commits mailing list