Commit e96969162f031999703a8a991d97933cd6107ae1

Authored by Allen Xu
1 parent 3269c5d636

MLK-9853 changed the mtd index for rootfs on imx6sx sabreauto

On imx6sx sabreauto, both QSPI1 and NAND would be mapped as mtd devices,
since we have already set the kernel to load QSPI1 first, the mtd index
for NAND need to be changed.

Signed-off-by: Allen Xu <b45815@freescale.com>

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

include/configs/mx6sxsabreauto.h
... ... @@ -184,7 +184,7 @@
184 184 "fdt_addr=0x83000000\0" \
185 185 "fdt_high=0xffffffff\0" \
186 186 "console=ttymxc0\0" \
187   - "bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
  187 + "bootargs=console=ttymxc0,115200 ubi.mtd=5 " \
188 188 "root=ubi0:rootfs rootfstype=ubifs " \
189 189 "mtdparts=gpmi-nand:16m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
190 190 "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\