diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-19 15:11:13 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-23 09:30:24 -0300 |
commit | 145eff30784b1a33b888ded76c6675dc0ab26a1d (patch) | |
tree | 4edeb622502f672ffa93af34887bdbbb11065a0e | |
parent | d041c64367ba619d74776cb92252d0fb44530306 (diff) | |
download | meta-fsl-arm-145eff30784b1a33b888ded76c6675dc0ab26a1d.tar.gz meta-fsl-arm-145eff30784b1a33b888ded76c6675dc0ab26a1d.tar.bz2 meta-fsl-arm-145eff30784b1a33b888ded76c6675dc0ab26a1d.zip |
u-boot-fslc: Update to 2013.04 release
This features the following updates:
* Fixes i.MX51EVK board support
* Update to 2013.04 final release
Change-Id: Ia3870c3306c4532cc4e2969941236c2f817b1c07
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb index e1dc1d2..27a21c0 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.04" -SRCREV = "6675aaab17b944867aa13164e50ecdab0884b8b8" +SRCREV = "c06acf00d675a7e9ea82434cd6cfeb81c6f44bef" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb index 74b7cc2..7b5bd34 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.04" -SRCREV = "6675aaab17b944867aa13164e50ecdab0884b8b8" +SRCREV = "c06acf00d675a7e9ea82434cd6cfeb81c6f44bef" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" |