summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-02-19 16:45:44 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-02-19 16:45:44 -0300
commit4f50cc743174357bf44bcaaaf525fc1b5ae5f79e (patch)
tree0d31650598c96481fbd9ad6e2d771fffc7439cee
parent968409f066ad88cba500a585e2f6a9b680b8ff52 (diff)
downloadmeta-fsl-arm-4f50cc743174357bf44bcaaaf525fc1b5ae5f79e.tar.gz
u-boot-fslc: Backport fixes from patches-2013.01 branch
This backports: * the environment fixes which were done during patchset review in U-Boot mailing list which uncover some bugs; no defaults were change. * fix need for i.MX6 SabreSD (rev C) use (otherwise it keeps rebooting). Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2012.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb
index 4bb2d87..3c9e26f 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb
@@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native"
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2012.10" 11PV = "v2012.10"
12PR = "r3" 12PR = "r4"
13 13
14SRCREV = "01116f7a492283dae8c39d50183998488634720c" 14SRCREV = "7e6c682715cb11adc8fe6eef449a86ccc10d8183"
15SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 15SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"