]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Fix the patch for the default environment variable
authorMahesh Mahadevan <mahesh.mahadevan@freescale.com>
Mon, 15 Oct 2012 21:26:29 +0000 (16:26 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 15 Oct 2012 23:40:01 +0000 (20:40 -0300)
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>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 768cf99fa28e4263143b8ba2fcdfcc53c1c280f1..4b0ac9bfaed817f476f3f8612bb0638333f90429 100644 (file)
@@ -25,8 +25,8 @@ index 0f57f78..e8a6414 100644
 +      "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} " \
index 8bd8af7465aac510a31159a1806a04a439c60ffe..25a622c29c45ddf140ae486dd5002b38af870880 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
 
 DEPENDS_mxs += "elftosb-native"
 
-PR = "r6"
+PR = "r7"
 
 # Revision of imx_2.6.35_10.12.01 branch
 SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"