From e0d7695767f2b54205c712d935f43869322034f9 Mon Sep 17 00:00:00 2001 From: Allen Xu Date: Mon, 14 Jul 2014 17:40:17 -0500 Subject: 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 --- include/configs/mx6sx_arm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"\ -- cgit v1.1