Change mmcroot so it works out of box
The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we
move this to the board configuration file.
Signed-off-by: Daiane Angolini <
daiane....@freescale.com>
---
recipes-bsp/u-boot/
u-boot_2012.10.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes-bsp/u-boot/
u-boot_2012.10.bb b/recipes-bsp/u-boot/
u-boot_2012.10.bb
index 6bcd2a7..d77f45c 100644
--- a/recipes-bsp/u-boot/
u-boot_2012.10.bb
+++ b/recipes-bsp/u-boot/
u-boot_2012.10.bb
@@ -7,8 +7,9 @@ COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)"
DEPENDS_mxs += "elftosb-native"
PV = "v2012.10"
+PR = "${INC_PR}.1"
-SRCREV = "18cfaf0a6d31339106c32fdcdef2408829817143"
+SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38"
SRC_URI = "git://
github.com/Freescale/u-boot-imx.git"
S = "${WORKDIR}/git"
--
1.7.5.4