summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
new file mode 100644
index 00000000..19ec34eb
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
@@ -0,0 +1,20 @@
1require u-boot-ti.inc
2
3DESCRIPTION = "u-boot bootloader for ARM MPU devices"
4
5COMPATIBLE_MACHINE = "ti33x"
6
7DEFAULT_PREFERENCE = "-1"
8
9PR = "r5+gitr${SRCPV}"
10
11SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
12
13# This version of u-boot is meant for 3.2 kernel which doesn't support device tree.
14BRANCH = "ti-u-boot-2013.01.01-amsdk-05.07.00.00"
15
16# Commit corresponds to tag "v2013.01.01_amsdk-05.07.00.00"
17SRCREV = "8eb15a787c558fee98b0fa2a66ff0849c732edcc"
18
19# Set the name of the SPL that will built so that it is also packaged with u-boot.
20SPL_BINARY = "MLO"