summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2012-11-01 06:02:50 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-11-01 14:08:05 -0200
commitd47c9e7c1939908858a443bf46d275425d5c6bc1 (patch)
treece30dc884c425d81aae9199335e341424f6b1a45
parent8d584f5ee88993f6420a6e8a3fc6493d2711aa77 (diff)
downloadmeta-fsl-arm-d47c9e7c1939908858a443bf46d275425d5c6bc1.tar.gz
u-boot-imx: Fix partition number for imx6qsabreauto boot
Use the right partition number for rootfs Bump PR for u-boot-imx Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2009.08.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch b/recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch
index f485364..80ef444 100644
--- a/recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch
+++ b/recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch
@@ -38,7 +38,7 @@ index 5f8f02c..5910eca 100644
38+ "uimage=uImage\0" \ 38+ "uimage=uImage\0" \
39+ "mmcdev=2\0" \ 39+ "mmcdev=2\0" \
40+ "mmcpart=1\0" \ 40+ "mmcpart=1\0" \
41+ "mmcroot=/dev/mmcblk1p2 rw\0" \ 41+ "mmcroot=/dev/mmcblk0p2 rw\0" \
42+ "mmcrootfstype=ext3 rootwait\0" \ 42+ "mmcrootfstype=ext3 rootwait\0" \
43+ "mmcargs=setenv bootargs console=ttymxc3,${baudrate} " \ 43+ "mmcargs=setenv bootargs console=ttymxc3,${baudrate} " \
44+ "root=${mmcroot} " \ 44+ "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 3e55b29..a02c780 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 = "r9" 14PR = "r10"
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"