aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2011-03-25 09:23:05 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-26 14:54:00 +0100
commit88c5b8a5d49c8ade112a18778219c9d238fc5b1f (patch)
tree1d8f87f553b8e33643a191719938dadacac5c884 /conf
parent5f1538e2bf5a88b0df1f8c7803510838540652bc (diff)
downloadopenembedded-88c5b8a5d49c8ade112a18778219c9d238fc5b1f.tar.gz
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 <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omap4430-panda.conf4
1 files changed, 1 insertions, 3 deletions
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"