summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
index d60ef440..07df497b 100644
--- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
@@ -2,15 +2,15 @@ require u-boot-ti.inc
2 2
3DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" 3DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product"
4 4
5PR = "r0+gitr${SRCPV}" 5PR = "r1+gitr${SRCPV}"
6 6
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
8 8
9SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}" 9SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}"
10 10
11BRANCH ?= "master" 11BRANCH ?= "p-ti-u-boot-2013.04"
12 12
13SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9" 13SRCREV = "76447484441a4b8e00840a2bde74e66dbac9e631"
14 14
15SPL_BINARY = "MLO" 15SPL_BINARY = "MLO"
16SPL_UART_BINARY = "u-boot-spl.bin" 16SPL_UART_BINARY = "u-boot-spl.bin"