From 888c40a3288228561d4f1e6055c48a98b37ab7cb Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 8 Jun 2009 21:38:51 +0000 Subject: u-boot: add support for DaVinci EVMs, provided by a staging tree This staging tree holds the patches submitted to the upstream U-Boot Signed-off-by: Denys Dmytriyenko Acked-by: Koen Kooi --- conf/machine/include/davinci.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/davinci.inc') diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 3134c28d18..af9dc0ff9c 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" -PREFERRED_VERSION_u-boot = "git" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" UBOOT_MACHINE = "davinci_dvevm_config" UBOOT_ENTRYPOINT = "0x80008000" -- cgit 1.2.3-korg