diff options
author | 2013-07-01 14:06:15 -0300 | |
---|---|---|
committer | 2013-07-10 09:35:48 -0300 | |
commit | 7186472540de725d77f4f029e6dbd089184f2deb (patch) | |
tree | 958f7f77cadacd30548104acd3859aac4d8a441a /recipes-bsp/u-boot | |
parent | 5398e59900cfceb995f924bd06dc8e3801599767 (diff) | |
download | meta-fsl-arm-7186472540de725d77f4f029e6dbd089184f2deb.tar.gz meta-fsl-arm-7186472540de725d77f4f029e6dbd089184f2deb.tar.bz2 meta-fsl-arm-7186472540de725d77f4f029e6dbd089184f2deb.zip |
u-boot-fslc: Update to 2013.07-rc2 release
This updates the U-Boot code to the v2013.07-rc2 tag and also merges
the imx/master tree on it. This contains most changes which will
affect us in the upcoming 2013.07 release and should allow us to give
it a good test.
Change-Id: I5f4d3770bbc264ba85dc38b93ffc9db31633a0ff
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb index ffd6a5a..4e33d83 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.07" -SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41" +SRCREV = "161d75c652f3d72bc7ffbbb1e08d82d014d23bc9" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb index 872b30d..c183983 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.07" -SRCREV = "d5ab097f918d09eb9e31f6b46d8e1ceb6ec44c41" +SRCREV = "161d75c652f3d72bc7ffbbb1e08d82d014d23bc9" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" |