diff options
author | 2013-07-15 00:47:40 -0300 | |
---|---|---|
committer | 2013-07-20 18:25:23 -0300 | |
commit | f70f8a6de23f9eb8ecbeb49fe90ad86eec7078b5 (patch) | |
tree | b870dc0dcceb03272462266cc836b4fcb02dbf63 | |
parent | 1a024eb4412b6579416426aad1d0d9cb329e488c (diff) | |
download | meta-fsl-arm-f70f8a6de23f9eb8ecbeb49fe90ad86eec7078b5.tar.gz meta-fsl-arm-f70f8a6de23f9eb8ecbeb49fe90ad86eec7078b5.tar.bz2 meta-fsl-arm-f70f8a6de23f9eb8ecbeb49fe90ad86eec7078b5.zip |
u-boot-fslc: Update to 2013.07-rc3 release
I am pleased to commit this change as this is the first time ALL
PATCHES previously kept in the patches-2013.07 branch were applied in
the current release of U-Boot mainline and all environment changes are
also fully merged. I know we shortly will end backporting a fix or
improvement, during 2013.10 development, but it is an accomplishment
worth keeping record ;-)
Change-Id: If2de1dbd8721f8ddb21d0091e87f31109b8b8e7a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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 4e33d83..5af19d5 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 = "161d75c652f3d72bc7ffbbb1e08d82d014d23bc9" +SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" 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 c183983..a434a61 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 = "161d75c652f3d72bc7ffbbb1e08d82d014d23bc9" +SRCREV = "68c517eafcb060aa8ef92ed2620f0f41c5275d89" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" |