summaryrefslogtreecommitdiffstats
path: root/conf/machine/am3517-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 19:17:20 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 21:31:33 -0400
commite8da1f689352c821d835d40bdea67791540f9ebd (patch)
tree230e815ca63db5bbc7c2dc1bf6bb1ae17b9f7954 /conf/machine/am3517-evm.conf
parentd50cf9ee400821c3c1e72166e63ab138a03c7b4b (diff)
downloadmeta-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.conf4
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
18PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" 18PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
19 19
20# Support for am3517 is in the same tree as am33x
21PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x"
22PREFERRED_PROVIDER_u-boot = "u-boot-am33x"
23
20UBOOT_MACHINE = "am3517_evm_config" 24UBOOT_MACHINE = "am3517_evm_config"
21XLOAD_MACHINE = "am3517evm_config" 25XLOAD_MACHINE = "am3517evm_config"
22 26