From 8e69cfcd248304618858d6bc1fd64bf49f5f9581 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 9 Nov 2011 10:06:14 +0100 Subject: Revert "omap3.inc: Remove hardcoded x-loader dependency breaking builds for every board without a matching x-loader configuration." Don't break existing boards without either a proper fix or consulting the maintainer This reverts commit 413ba9a4b137386a224d7063bb88a7449f3c269e. --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/omap3.inc') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 1deff80e5a..c762d41797 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -11,5 +11,5 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" -EXTRA_IMAGEDEPENDS += "u-boot" +EXTRA_IMAGEDEPENDS += "u-boot x-load" -- cgit 1.2.3-korg