diff options
author | Allen Xu <b45815@freescale.com> | 2014-07-14 17:40:17 -0500 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-07-21 14:05:54 -0500 |
commit | 3ed0145c5ca7e0145f3f677edd998a93f7482000 (patch) | |
tree | 413b4921b1622ddf1763610cfac80904d428a87b | |
parent | 6d1a7c02286b4db08949f6a293433d16b3c96b00 (diff) | |
download | u-boot-imx-3ed0145c5ca7e0145f3f677edd998a93f7482000.zip u-boot-imx-3ed0145c5ca7e0145f3f677edd998a93f7482000.tar.gz u-boot-imx-3ed0145c5ca7e0145f3f677edd998a93f7482000.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.h | 2 |
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;"\ |