diff options
author | Han Xu <b45815@freescale.com> | 2015-12-09 16:26:01 -0600 |
---|---|---|
committer | Han Xu <b45815@freescale.com> | 2015-12-09 16:26:01 -0600 |
commit | ec3be63af97ed6a301adb6bf8daf2781a9442812 (patch) | |
tree | e613cd7ba17eb3b37f502050a30e638c94aacbe2 /include/configs/mx7d_arm2.h | |
parent | ded2f2958d568411274eeecd265fcc1181638335 (diff) | |
download | u-boot-imx-ec3be63af97ed6a301adb6bf8daf2781a9442812.zip u-boot-imx-ec3be63af97ed6a301adb6bf8daf2781a9442812.tar.gz u-boot-imx-ec3be63af97ed6a301adb6bf8daf2781a9442812.tar.bz2 |
MLK-11991 arm: config: change imx7d arm2 nand rootfs mtd partition index
change the imx7d arm2 nand rootfs partition index from 3 to 4 since the
weim nor was enabled by default and took the first mtd partition.
Signed-off-by: Han Xu <b45815@freescale.com>
Diffstat (limited to 'include/configs/mx7d_arm2.h')
-rw-r--r-- | include/configs/mx7d_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h index dc8c0be..7a1262f 100644 --- a/include/configs/mx7d_arm2.h +++ b/include/configs/mx7d_arm2.h @@ -162,7 +162,7 @@ "fdt_addr=0x83000000\0" \ "fdt_high=0xffffffff\0" \ "console=ttymxc0\0" \ - "bootargs=console=ttymxc0,115200 ubi.mtd=3 " \ + "bootargs=console=ttymxc0,115200 ubi.mtd=4 " \ "root=ubi0:rootfs rootfstype=ubifs " \ "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\ "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\ |