diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-06-04 23:15:41 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-06-05 11:55:22 -0400 |
commit | 88bdf2e3d90fe03e6c7b26067e5649a8d546ae9e (patch) | |
tree | 7b97d2f88c6e64658ee5c423db5c16143985b805 /recipes-bsp/u-boot | |
parent | 64b76e0915b2dfbc989002567bebc5080351ff22 (diff) | |
download | meta-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/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb | 16 |
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 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "dra7xx-evm" | ||
6 | |||
7 | PR = "r0+gitr${SRCPV}" | ||
8 | |||
9 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
10 | |||
11 | BRANCH ?= "ti-u-boot-2013.04+" | ||
12 | |||
13 | # This commit corresponds to ti2013.04.02 release tag | ||
14 | SRCREV = "e2315adf674b60132f0c5c8fe6eac5d109b81688" | ||
15 | |||
16 | SPL_BINARY = "MLO" | ||