1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-31 07:50:52 +00:00

u-boot: Add am3517 u-boot recipe

* Add correct u-boot recipe for am3517.

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 17:31:47 -05:00
committed by Denys Dmytriyenko
parent 3b2d0910db
commit 8f5baa2153
2 changed files with 21 additions and 3 deletions
+2 -3
View File
@@ -17,9 +17,8 @@ USE_VT = "2"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
# Support for am3517 is in the same tree as am33x
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x"
PREFERRED_PROVIDER_u-boot = "u-boot-am33x"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am3517"
PREFERRED_PROVIDER_u-boot = "u-boot-am3517"
UBOOT_MACHINE = "am3517_evm_config"
XLOAD_MACHINE = "am3517evm_config"