diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:27:11 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | d50cf9ee400821c3c1e72166e63ab138a03c7b4b (patch) | |
tree | 91747e91e28b84e7c93d409c63aeeed2039e968b /conf | |
parent | 948b5f11d352a4824653229e48fb8c346d38169b (diff) | |
download | meta-ti-d50cf9ee400821c3c1e72166e63ab138a03c7b4b.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
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" | |||
15 | SERIAL_CONSOLE = "115200 ttyO0" | 15 | SERIAL_CONSOLE = "115200 ttyO0" |
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" |
18 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am37x" | ||
19 | PREFERRED_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 |