diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-07 16:01:02 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-07 19:59:41 -0200 |
commit | faaa561fdce2cdaebfd9d45fe647f854328f5203 (patch) | |
tree | c9cb3bbaf80e4bc704756014db0d4f280d4f1824 | |
parent | db2e0f137c41117ce3f5261c95482a5ce0176608 (diff) | |
download | meta-fsl-arm-faaa561fdce2cdaebfd9d45fe647f854328f5203.tar.gz |
u-boot-fslc: Update GIT revision for 20130207 snapshot
This adds the upstream fixes released in 2013.01.01 plus a bugfix for
iMX6 watchdog's power down bit that fixes the i.MX6Q SabreSD (rev C)
reboot loop.
Change-Id: If29b8a5c6caf8edb206143fd1ae51776153e3742
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.01.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb index 1996731..cf7af72 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb | |||
@@ -9,8 +9,9 @@ DEPENDS_mxs += "elftosb-native" | |||
9 | PROVIDES += "u-boot" | 9 | PROVIDES += "u-boot" |
10 | 10 | ||
11 | PV = "v2013.01" | 11 | PV = "v2013.01" |
12 | PR = "r1" | ||
12 | 13 | ||
13 | SRCREV = "d55bd2b60645e3331f7b12f9251c1eeada44b505" | 14 | SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" |
14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb index 4e541b1..42acd39 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb | |||
@@ -4,8 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | |||
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | PV = "v2013.01" | 6 | PV = "v2013.01" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | SRCREV = "d55bd2b60645e3331f7b12f9251c1eeada44b505" | 9 | SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" |
9 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 10 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |