From: Otavio Salvador Date: Mon, 4 Jun 2012 13:40:18 +0000 (-0300) Subject: u-boot: apply patch to fix default environment for mx28evk X-Git-Tag: 2.1~1790 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7cbef9e7a1e91bb8f49f39a9adeaa8821d22001c;p=meta-freescale.git u-boot: apply patch to fix default environment for mx28evk Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb index 7ddf2616..e58e8f5d 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb @@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" DEPENDS_mxs += "elftosb-native" -SRCREV = "b6c3efe8a8ea1b77c85c232d86a080d1c5ed2b23" +SRCREV = "be3fa4a375427dbc153d044b8743b786b2dd4393" PV = "v2012.04.01" -PR = "r2" +PR = "r3" SRC_URI = "git://github.com/Freescale/u-boot-imx.git"