From e2b9225af36b2979b255634f79ceecea482601a7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 28 Jul 2010 17:00:41 +0200 Subject: omap3 machines: build matching x-loader as well on each image build --- conf/machine/include/omap3.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index db0e861409..630fde478b 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -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" -- cgit 1.2.3-korg