From: Roger Monk Date: Fri, 25 Mar 2011 09:23:05 +0000 (+0000) Subject: omap4430-panda: Prefer u-boot-git and remove extra custom x-load X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93548f06c12d609a86e075edc56ad07a4b94365c;p=openembedded.git omap4430-panda: Prefer u-boot-git and remove extra custom x-load * Switch to using u-boot-git (instead of u-boot-sakoman) * Remove reference to custom x-load * Remove extra image depends (which will come from common include) Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf index df2658e949..d7956906ea 100644 --- a/conf/machine/omap4430-panda.conf +++ b/conf/machine/omap4430-panda.conf @@ -4,12 +4,10 @@ require conf/machine/include/omap3.inc -EXTRA_IMAGEDEPENDS = "x-load-rsalveti u-boot-sakoman " - XLOAD_MACHINE = "omap4430panda_config" XLOAD_LOAD_ADDRESS = 0x40304350 -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" UBOOT_MACHINE = "omap4_panda_config" PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"