summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-11 11:37:04 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-17 16:14:19 -0300
commit119291aec3d810a7caaf85ff31f7aaa4acee6738 (patch)
tree71004a8735ecc35e802460977beef83630c18ed5
parent5e84163b17defd5b3480b1c9757211c288ded27c (diff)
downloadmeta-fsl-arm-119291aec3d810a7caaf85ff31f7aaa4acee6738.tar.gz
u-boot: update to 2012.07
This updates the U-Boot version to 2012.07; the current changes above official release can be seen at: https://github.com/Freescale/u-boot-imx/commits/patches-2012.07 This release works for mx5, mx6 SoCs and the imx28evk board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.07.bb (renamed from recipes-bsp/u-boot/u-boot_2012.04.01.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.07.bb
index b18920b..d3f3abc 100644
--- a/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2012.07.bb
@@ -6,10 +6,9 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9SRCREV = "560b63a4fc0f293ab2bfde015781a8f48f2c24c4" 9SRCREV = "573e018c01178616ecf04e088e1a5b99537db694"
10 10
11PV = "v2012.04.01" 11PV = "v2012.07"
12PR = "r5"
13 12
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 13SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 14