]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
u-boot: add support for SPL UART variant
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot-ti-staging_2013.01.01.bb
index cf01bd0d6199616611ee5079c55787b6ed9bdf8f..ea72e4dfe91bc7fc8ed7eb005b49fa55116a5844 100644 (file)
@@ -2,12 +2,14 @@ require u-boot-ti.inc
 
 DESCRIPTION = "u-boot bootloader for TI devices"
 
-PR = "r2"
+PR = "r5+gitr${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
 
 BRANCH ?= "ti-u-boot-2013.01.01"
 
-SRCREV = "9aab8612f643ab90df837e743f5435bba2ae68cf"
+# This commit corresponds to ti2013.04.00 release tag
+SRCREV = "7552b4c906b0a50fbc5225dc43ed0192618e9d5d"
 
 SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"