summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-07-14 17:40:17 -0500
committerAllen Xu <b45815@freescale.com>2014-07-14 17:43:00 -0500
commite0d7695767f2b54205c712d935f43869322034f9 (patch)
tree864a2eec1661766c5465897c2b7b314c8b84facf
parent30d6a9abccb9c5424fce9dec2085db0ac21579b1 (diff)
downloadu-boot-imx-e0d7695767f2b54205c712d935f43869322034f9.zip
u-boot-imx-e0d7695767f2b54205c712d935f43869322034f9.tar.gz
u-boot-imx-e0d7695767f2b54205c712d935f43869322034f9.tar.bz2
ENGR00323465: iMX6SX ARM2: modified NAND boot rootfs mtd partition num
Since QSPI will be disabled for NAND module(pin conflict), the mtd partition number will be count from 0, the last partition for rootfs need to be changed from 4 to 3. Signed-off-by: Allen Xu <b45815@freescale.com>
-rw-r--r--include/configs/mx6sx_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 0e64cec..acb3caa 100644
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -173,7 +173,7 @@
CONFIG_VIDEO_MODE \
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffff\0" \
- "bootargs=console=ttymxc0,115200 ubi.mtd=4 " \
+ "bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
"root=ubi0:rootfs rootfstype=ubifs " \
"mtdparts=gpmi-nand:16m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
"bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\