diff options
author | Allen Xu <b45815@freescale.com> | 2014-11-13 20:51:20 -0600 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-11-16 02:09:33 +0800 |
commit | e96969162f031999703a8a991d97933cd6107ae1 (patch) | |
tree | 5b77a500a695be12598ed2e549320db3284038e4 | |
parent | 3269c5d636b1c2be283c7fdd19e0c934698b67ff (diff) | |
download | u-boot-imx-e96969162f031999703a8a991d97933cd6107ae1.zip u-boot-imx-e96969162f031999703a8a991d97933cd6107ae1.tar.gz u-boot-imx-e96969162f031999703a8a991d97933cd6107ae1.tar.bz2 |
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>
-rw-r--r-- | include/configs/mx6sxsabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 3f52b37..f8d4b69 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -184,7 +184,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=5 " \ "root=ubi0:rootfs rootfstype=ubifs " \ "mtdparts=gpmi-nand:16m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\ "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\ |