diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-04-22 17:31:47 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-04-22 21:36:07 -0400 |
commit | c5229011a5b1d400d24d065a41e62dd0e6b9ae7a (patch) | |
tree | 7f6fc1208e2aed0e2ab51c5195fe78e4a4efb292 /conf/machine | |
parent | b73a2e363b0fea35036017c7e9cde49f24711d14 (diff) | |
download | meta-ti-c5229011a5b1d400d24d065a41e62dd0e6b9ae7a.tar.gz |
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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am3517-evm.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 097e7978..b9b6d17b 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -17,9 +17,8 @@ USE_VT = "2" | |||
17 | 17 | ||
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | 18 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" |
19 | 19 | ||
20 | # Support for am3517 is in the same tree as am33x | 20 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am3517" |
21 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x" | 21 | PREFERRED_PROVIDER_u-boot = "u-boot-am3517" |
22 | PREFERRED_PROVIDER_u-boot = "u-boot-am33x" | ||
23 | 22 | ||
24 | UBOOT_MACHINE = "am3517_evm_config" | 23 | UBOOT_MACHINE = "am3517_evm_config" |
25 | XLOAD_MACHINE = "am3517evm_config" | 24 | XLOAD_MACHINE = "am3517evm_config" |