From e96969162f031999703a8a991d97933cd6107ae1 Mon Sep 17 00:00:00 2001 From: Allen Xu Date: Thu, 13 Nov 2014 20:51:20 -0600 Subject: [PATCH] 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 --- include/configs/mx6sxsabreauto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"\ -- 1.9.1