summaryrefslogtreecommitdiff
path: root/arch/arm/configs/imx31_3stack_defconfig
diff options
context:
space:
mode:
authorKevin Zhang <k.zhang@freescale.com>2008-03-20 15:03:03 -0500
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:52 -0400
commit780cba8007b8a66662c304dffe54b1d97b9d173f (patch)
tree059a36702a4bc5c0e87c45c9faa9c30f0f44f494 /arch/arm/configs/imx31_3stack_defconfig
parentd1db1919be713a3326a98eaf56dc0bd5a738d598 (diff)
ENGR00069546 Fix MX31 3stack board boot problem with jffs2
MX31 3stack board boot problem with jffs2. It was caused by recent community JFFS2 patch to support MLC nand by NOT writing to oob area. Even though this is not needed for the NFC on MX31, we have to set the flag: mtd->flags &= ~MTD_OOB_WRITEABLE in the mxc_nd.c driver. Signed-off-by: Kevin Zhang <k.zhang@freescale.com>
Diffstat (limited to 'arch/arm/configs/imx31_3stack_defconfig')
-rw-r--r--arch/arm/configs/imx31_3stack_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/imx31_3stack_defconfig b/arch/arm/configs/imx31_3stack_defconfig
index 428e43f40840..11e27d3d2042 100644
--- a/arch/arm/configs/imx31_3stack_defconfig
+++ b/arch/arm/configs/imx31_3stack_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24
-# Wed Mar 19 10:46:39 2008
+# Thu Mar 20 14:44:17 2008
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -252,7 +252,7 @@ CONFIG_ALIGNMENT_TRAP=y
#
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="noinitrd console=ttymxc0 root=/dev/mtdblock2 rw ip=off"
+CONFIG_CMDLINE="noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rw rootfstype=jffs2 ip=off"
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set