diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-28 17:00:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-28 17:00:41 +0200 |
commit | e2b9225af36b2979b255634f79ceecea482601a7 (patch) | |
tree | e2ade0ed8bdb71e67ddf9507e295a22cf776f622 /conf/machine | |
parent | b4c5ef7e0e06890b1369bfbd5c767820024adb21 (diff) |
omap3 machines: build matching x-loader as well on each image build
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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" |