diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-19 16:45:44 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-19 16:45:44 -0300 |
commit | 4f50cc743174357bf44bcaaaf525fc1b5ae5f79e (patch) | |
tree | 0d31650598c96481fbd9ad6e2d771fffc7439cee | |
parent | 968409f066ad88cba500a585e2f6a9b680b8ff52 (diff) | |
download | meta-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.bb | 4 |
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" | |||
9 | PROVIDES += "u-boot" | 9 | PROVIDES += "u-boot" |
10 | 10 | ||
11 | PV = "v2012.10" | 11 | PV = "v2012.10" |
12 | PR = "r3" | 12 | PR = "r4" |
13 | 13 | ||
14 | SRCREV = "01116f7a492283dae8c39d50183998488634720c" | 14 | SRCREV = "7e6c682715cb11adc8fe6eef449a86ccc10d8183" |
15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |