]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Fix partition number for imx6qsabreauto boot
authorDaiane Angolini <daiane.angolini@freescale.com>
Thu, 1 Nov 2012 11:02:50 +0000 (06:02 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 1 Nov 2012 16:08:05 +0000 (14:08 -0200)
Use the right partition number for rootfs

Bump PR for u-boot-imx
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index f485364afdb0eb1dda15ff3cec6f6896a2d877d7..80ef444f7a8514141482f584c1f3775653bcad4a 100644 (file)
@@ -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} " \
index 3e55b29504a001a631e6509dd622d5338734223e..a02c78072a64c1ed2a3e3a080039961516c39bd2 100644 (file)
@@ -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"