Commit ffe620957c01022a880a21e12d244164d33c011d

Authored by Han Xu
Committed by guoyin.chen
1 parent 951bc905ee

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx7d_arm2.h
... ... @@ -162,7 +162,7 @@
162 162 "fdt_addr=0x83000000\0" \
163 163 "fdt_high=0xffffffff\0" \
164 164 "console=ttymxc0\0" \
165   - "bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
  165 + "bootargs=console=ttymxc0,115200 ubi.mtd=4 " \
166 166 "root=ubi0:rootfs rootfstype=ubifs " \
167 167 "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
168 168 "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\