beagleboard,omap3evm: set UBOOT_MACHINE
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 11:23:22 +0000 (12:23 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 11:23:22 +0000 (12:23 +0100)
conf/machine/beagleboard.conf
conf/machine/omap3evm.conf

index a5f39cd..600f2aa 100644 (file)
@@ -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"
index c5385d3..dd3f215 100644 (file)
@@ -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"