summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-07-24 02:39:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-25 13:05:14 -0400
commitecd9028a083bba97c9270ad771c4c838f02f0b0c (patch)
tree91542a5f30cfe1e3a88df1996955ce72c9965e9e /recipes-bsp/u-boot
parent3a2d6f20f83a948e5ff9133a9ba58a151e888e54 (diff)
downloadmeta-ti-ecd9028a083bba97c9270ad771c4c838f02f0b0c.tar.gz
u-boot: update to 2014.07 release version
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_2014.07.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
index 9da6f7d2..91406f92 100644
--- a/recipes-bsp/u-boot/u-boot_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
@@ -11,17 +11,14 @@ DEFAULT_PREFERENCE = "-1"
11 11
12LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" 12LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
13 13
14# This is still an RC so set the PV accordingly to allow proper version 14PV = "2014.07"
15# ordering when the RC is dropped.
16PV = "2014.04+2014.07-rc3"
17PR = "r0"
18 15
19SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}" 16SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
20 17
21BRANCH ?= "master" 18BRANCH ?= "master"
22 19
23# Corresponds to tag v2014.07-rc3 20# Corresponds to tag v2014.07
24SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022" 21SRCREV = "524123a70761110c5cf3ccc5f52f6d4da071b959"
25 22
26SPL_BINARY = "MLO" 23SPL_BINARY = "MLO"
27SPL_UART_BINARY = "u-boot-spl.bin" 24SPL_UART_BINARY = "u-boot-spl.bin"