summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-11-13 20:51:20 -0600
committerAllen Xu <b45815@freescale.com>2014-11-15 23:48:06 +0800
commit25075480d0ca06df98880737355c0c75e8cf3a29 (patch)
treefd055bfb43e117fbc903ade4a15b49ffbfbc8499
parentec63c0f384605e4cc3b39560f2720ef491954db8 (diff)
downloadu-boot-imx-25075480d0ca06df98880737355c0c75e8cf3a29.zip
u-boot-imx-25075480d0ca06df98880737355c0c75e8cf3a29.tar.gz
u-boot-imx-25075480d0ca06df98880737355c0c75e8cf3a29.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.h2
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;"\