summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-06-04 23:15:41 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-06-05 11:55:22 -0400
commit88bdf2e3d90fe03e6c7b26067e5649a8d546ae9e (patch)
tree7b97d2f88c6e64658ee5c423db5c16143985b805 /recipes-bsp
parent64b76e0915b2dfbc989002567bebc5080351ff22 (diff)
downloadmeta-ti-88bdf2e3d90fe03e6c7b26067e5649a8d546ae9e.tar.gz
u-boot-dra7xx: add latest u-boot from the integration branch
While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up is being done from a separate branch that does not include all the commits made for am335x. Hence, until those branches are merged with the mainline and unified in a single recipe, a separate recipe just for DRA7xx makes more sense. This recipe should eventually go away and unified under u-boot-ti-staging one. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb b/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb
new file mode 100644
index 00000000..eb3fc05a
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb
@@ -0,0 +1,16 @@
1require u-boot-ti.inc
2
3DESCRIPTION = "u-boot bootloader for TI devices"
4
5COMPATIBLE_MACHINE = "dra7xx-evm"
6
7PR = "r0+gitr${SRCPV}"
8
9SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
10
11BRANCH ?= "ti-u-boot-2013.04+"
12
13# This commit corresponds to ti2013.04.02 release tag
14SRCREV = "e2315adf674b60132f0c5c8fe6eac5d109b81688"
15
16SPL_BINARY = "MLO"