The patch was pointing to the wrong partition to read the kernel
and filesystem. With this fix, the boot on MX53 QSB should
succeed with u-boot-imx
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
+ "script=boot.scr\0" \
+ "uimage=uImage\0" \
+ "mmcdev=0\0" \
-+ "mmcpart=2\0" \
-+ "mmcroot=/dev/mmcblk0p3 rw\0" \
++ "mmcpart=1\0" \
++ "mmcroot=/dev/mmcblk0p2 rw\0" \
+ "mmcrootfstype=ext3 rootwait\0" \
+ "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \
+ "root=${mmcroot} " \
DEPENDS_mxs += "elftosb-native"
-PR = "r6"
+PR = "r7"
# Revision of imx_2.6.35_10.12.01 branch
SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"