summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-am3517_2011.09.bb
blob: 6321406df1d7579342ba851c0afdf20cbde4876b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require u-boot-ti.inc

DESCRIPTION = "u-boot bootloader for ARM MPU devices"

COMPATIBLE_MACHINE = "omap3"

DEFAULT_PREFERENCE = "-1"

PR = "r0+gitr${SRCPV}"

SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"

BRANCH = "AM335XPSP_04.06.00.08"

# Lock to the commit corresponding to tag "v2011.09_AM335xPSP_04.06.00.08"
SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"

# Set the name of the SPL that will built so that it is also packaged with u-boot.
SPL_BINARY = "MLO"