diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 19:17:20 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | e8da1f689352c821d835d40bdea67791540f9ebd (patch) | |
tree | 230e815ca63db5bbc7c2dc1bf6bb1ae17b9f7954 /conf/machine/am3517-evm.conf | |
parent | d50cf9ee400821c3c1e72166e63ab138a03c7b4b (diff) | |
download | meta-ti-e8da1f689352c821d835d40bdea67791540f9ebd.tar.gz |
am3517-evm: switch default u-boot preference to machine-specific tree
SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am3517-evm.conf')
-rw-r--r-- | conf/machine/am3517-evm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 0151fe96..097e7978 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -17,6 +17,10 @@ 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 | ||
21 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x" | ||
22 | PREFERRED_PROVIDER_u-boot = "u-boot-am33x" | ||
23 | |||
20 | UBOOT_MACHINE = "am3517_evm_config" | 24 | UBOOT_MACHINE = "am3517_evm_config" |
21 | XLOAD_MACHINE = "am3517evm_config" | 25 | XLOAD_MACHINE = "am3517evm_config" |
22 | 26 | ||