From d20319c25d27c38fd531e0ea97b5661268449de6 Mon Sep 17 00:00:00 2001 From: Robby Cai Date: Mon, 9 Sep 2013 14:26:25 +0800 Subject: ENGR00278716 imx6sl: correct mmc/sd partition number to load uImage and rootfs The uImage and rootfs has been stored on partition #1 and #2 respectively. This patch fixes the partition index thus the boot script can boot from mmc/sd automatically. Signed-off-by: Robby Cai --- include/configs/mx6slevk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index d5f97cc..b1ab6b8 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -109,8 +109,8 @@ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "mmcdev=0\0" \ - "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ + "mmcpart=1\0" \ + "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ "loadbootscript=" \ -- cgit v1.1