[oe-commits] Koen Kooi : beagleboard,omap3evm: set UBOOT_MACHINE

GIT User account git at amethyst.openembedded.net
Wed Nov 19 11:25:01 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9a6985b5963d389b4ddc275c87f5924bfedaba29
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9a6985b5963d389b4ddc275c87f5924bfedaba29

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 19 12:23:22 2008 +0100

beagleboard,omap3evm: set UBOOT_MACHINE

---

 conf/machine/beagleboard.conf |    2 ++
 conf/machine/omap3evm.conf    |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index a5f39cd..600f2aa 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -34,6 +34,8 @@ KERNEL_IMAGETYPE = "uImage"
 
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
+UBOOT_MACHINE = "omap3_beagle_config"
+
 
 PREFERRED_VERSION_u-boot = "git"
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index c5385d3..dd3f215 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -26,6 +26,7 @@ KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 UBOOT_ARCH = "arm"
+UBOOT_MACHINE = "omap3_evm_config"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
 





More information about the Openembedded-commits mailing list