From d50cf9ee400821c3c1e72166e63ab138a03c7b4b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 18 Mar 2013 18:27:11 -0400 Subject: 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 --- conf/machine/am37x-evm.conf | 2 ++ 1 file changed, 2 insertions(+) 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" SERIAL_CONSOLE = "115200 ttyO0" PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am37x" +PREFERRED_PROVIDER_u-boot = "u-boot-am37x" # NOTE: there are NAND and OneNAND versions of this board... # do ubiattach /dev/ubi_ctrl -m 4 -- cgit v1.2.3-54-g00ecf