1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

u-boot-am33x: Update u-boot recipe to 2013.01.01

* Update to latest version of u-boot that supports the 3.2 kernel.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Franklin S. Cooper Jr
2013-04-22 11:21:42 -05:00
committed by Denys Dmytriyenko
parent 6efc27aedc
commit b73a2e363b
2 changed files with 20 additions and 17 deletions
@@ -1,17 +0,0 @@
require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for ARM MPU devices"
COMPATIBLE_MACHINE = "ti33x|omap3"
DEFAULT_PREFERENCE = "-1"
PR = "r7+gitr${SRCPV}"
SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
BRANCH = "amsdk-05.06.00.00"
SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
SPL_BINARY = "MLO"
@@ -0,0 +1,20 @@
require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for ARM MPU devices"
COMPATIBLE_MACHINE = "ti33x"
DEFAULT_PREFERENCE = "-1"
PR = "r5+gitr${SRCPV}"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
# This version of u-boot is meant for 3.2 kernel which doesn't support device tree.
BRANCH = "ti-u-boot-2013.01.01-amsdk-05.07.00.00"
# Commit corresponds to tag "v2013.01.01_amsdk-05.07.00.00"
SRCREV = "8eb15a787c558fee98b0fa2a66ff0849c732edcc"
# Set the name of the SPL that will built so that it is also packaged with u-boot.
SPL_BINARY = "MLO"