summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:27:11 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:41:48 -0400
commit6c4be0a29adbcded8ba72451c0903cb32ce97d4e (patch)
tree8dc0f01555f55794a2bfb68dcc756a1c938f3cc4
parent45b73845d59bc859418e0cd6871093cd0b5ab83b (diff)
downloadmeta-ti-6c4be0a29adbcded8ba72451c0903cb32ce97d4e.tar.gz
am37x-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>
-rw-r--r--conf/machine/am37x-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 3122e103..0d53d508 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -15,6 +15,8 @@ EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
15SERIAL_CONSOLE = "115200 ttyO0" 15SERIAL_CONSOLE = "115200 ttyO0"
16 16
17PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" 17PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
18PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am37x"
19PREFERRED_PROVIDER_u-boot = "u-boot-am37x"
18 20
19# NOTE: there are NAND and OneNAND versions of this board... 21# NOTE: there are NAND and OneNAND versions of this board...
20# do ubiattach /dev/ubi_ctrl -m 4 22# do ubiattach /dev/ubi_ctrl -m 4