[oe-commits] Roger Monk : omap4430-panda: Prefer u-boot-git and remove extra custom x-load

git version control git at git.openembedded.org
Thu Mar 31 20:00:31 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 93548f06c12d609a86e075edc56ad07a4b94365c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=93548f06c12d609a86e075edc56ad07a4b94365c

Author: Roger Monk <r-monk at ti.com>
Date:   Fri Mar 25 09:23:05 2011 +0000

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 at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 conf/machine/omap4430-panda.conf |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf
index df2658e..d795690 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"





More information about the Openembedded-commits mailing list