omap3 machines: build matching x-loader as well on each image build
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Jul 2010 15:00:41 +0000 (17:00 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Jul 2010 15:00:41 +0000 (17:00 +0200)
conf/machine/include/omap3.inc

index db0e861..630fde4 100644 (file)
@@ -10,6 +10,5 @@ KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-# Only build u-boot, xload is optional
-EXTRA_IMAGEDEPENDS += "u-boot"
+EXTRA_IMAGEDEPENDS += "u-boot x-load"