summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Mahadevan <mahesh.mahadevan@freescale.com>2012-10-15 16:26:29 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-15 20:40:01 -0300
commit8efab61f7426ee283711d3051e56967af6eca913 (patch)
treed45288ccca4552df83d4e3a9e177724ed3906295
parent39e506531df7dc2cdebe2d18efdd25fdefd2bed8 (diff)
downloadmeta-fsl-arm-8efab61f7426ee283711d3051e56967af6eca913.tar.gz
u-boot-imx: Fix the patch for the default environment variable
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch4
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2009.08.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch b/recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch
index 768cf99..4b0ac9b 100644
--- a/recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch
+++ b/recipes-bsp/u-boot/u-boot-imx/mx53_loco_bootenv.patch
@@ -25,8 +25,8 @@ index 0f57f78..e8a6414 100644
25+ "script=boot.scr\0" \ 25+ "script=boot.scr\0" \
26+ "uimage=uImage\0" \ 26+ "uimage=uImage\0" \
27+ "mmcdev=0\0" \ 27+ "mmcdev=0\0" \
28+ "mmcpart=2\0" \ 28+ "mmcpart=1\0" \
29+ "mmcroot=/dev/mmcblk0p3 rw\0" \ 29+ "mmcroot=/dev/mmcblk0p2 rw\0" \
30+ "mmcrootfstype=ext3 rootwait\0" \ 30+ "mmcrootfstype=ext3 rootwait\0" \
31+ "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ 31+ "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \
32+ "root=${mmcroot} " \ 32+ "root=${mmcroot} " \
diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
index 8bd8af7..25a622c 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
11 11
12DEPENDS_mxs += "elftosb-native" 12DEPENDS_mxs += "elftosb-native"
13 13
14PR = "r6" 14PR = "r7"
15 15
16# Revision of imx_2.6.35_10.12.01 branch 16# Revision of imx_2.6.35_10.12.01 branch
17SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" 17SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"