diff options
| author | Chase Maupin <Chase.Maupin@ti.com> | 2013-10-22 16:12:02 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-22 16:26:27 -0400 |
| commit | fe3eb57f580b945e63779114245e148a1bb6e4cb (patch) | |
| tree | b0cda57c919aeb4bdd464e8349cede4cf0a008dd /recipes-bsp/u-boot | |
| parent | c11504664990f007c3903d349e7cc135a904f8e2 (diff) | |
| download | meta-ti-fe3eb57f580b945e63779114245e148a1bb6e4cb.tar.gz | |
dra7xx-evm: remove u-boot preferred provider
* Now the DRA7xx support is fully merged into upstream u-boot
then we can remove setting the PREFERRED_PROVIDER for
u-boot and virtual/bootloader to u-boot-dra7xx and instead
pick up the default setting from the omap-a15.inc file.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@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, 0 insertions, 16 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 deleted file mode 100644 index 7cf1b8fc..00000000 --- a/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "dra7xx-evm" | ||
| 6 | |||
| 7 | PR = "r1+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 = "ca435c914e069f5b74f05f667e2064784943a0ac" | ||
| 15 | |||
| 16 | SPL_BINARY = "MLO" | ||
