From d47c9e7c1939908858a443bf46d275425d5c6bc1 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 1 Nov 2012 06:02:50 -0500 Subject: 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 --- .../mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch | 2 +- recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 +- 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 + "uimage=uImage\0" \ + "mmcdev=2\0" \ + "mmcpart=1\0" \ -+ "mmcroot=/dev/mmcblk1p2 rw\0" \ ++ "mmcroot=/dev/mmcblk0p2 rw\0" \ + "mmcrootfstype=ext3 rootwait\0" \ + "mmcargs=setenv bootargs console=ttymxc3,${baudrate} " \ + "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" DEPENDS_mxs += "elftosb-native" -PR = "r9" +PR = "r10" # Revision of imx_2.6.35_10.12.01 branch SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" -- cgit v1.2.3-54-g00ecf