summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-18 09:33:00 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-24 14:34:07 -0300
commit355e898a0e02251f979bc1e2be2f6b25de7d44a0 (patch)
tree9b10f150b7c95daeff8e3c0c9d767ec51dc11a47 /recipes-bsp
parent1920dc5374f8e3281aa38e43befaea3ff000127a (diff)
downloadmeta-fsl-arm-355e898a0e02251f979bc1e2be2f6b25de7d44a0.tar.gz
u-boot: Update to include basic support for iMX6Q Sabre SD
Change-Id: I6f58dd139bae2cdc832040bf37762ce90933a59e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.07.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.07.bb b/recipes-bsp/u-boot/u-boot_2012.07.bb
index 0da1c74..4237f00 100644
--- a/recipes-bsp/u-boot/u-boot_2012.07.bb
+++ b/recipes-bsp/u-boot/u-boot_2012.07.bb
@@ -6,11 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9SRCREV = "573e018c01178616ecf04e088e1a5b99537db694"
10
11PV = "v2012.07" 9PV = "v2012.07"
12PR = "r1" 10PR = "r1"
13 11
12SRCREV = "8b53a1ae421246f1001a2a38121e6c9365843f0a"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 13SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"