aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
blob: ea72e4dfe91bc7fc8ed7eb005b49fa55116a5844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require u-boot-ti.inc

DESCRIPTION = "u-boot bootloader for TI devices"

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"

# This commit corresponds to ti2013.04.00 release tag
SRCREV = "7552b4c906b0a50fbc5225dc43ed0192618e9d5d"

SPL_BINARY = "MLO"
SPL_UART_BINARY = "u-boot-spl.bin"