summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-19 12:23:22 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-19 12:23:22 +0100
commit9a6985b5963d389b4ddc275c87f5924bfedaba29 (patch)
treeabbc4361527aed90d00a11bea0fc1049264c735c
parent642a54762f26187fd124fb866a2ee6954ccd57b6 (diff)
beagleboard,omap3evm: set UBOOT_MACHINE
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/omap3evm.conf1
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index a5f39cd8b3..600f2aa373 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 c5385d3f50..dd3f215d0e 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"