kumquat-buildroot/boot
Thomas Petazzoni 76f2230d2c u-boot: add an option to indicate that DTC is needed
Some U-Boot configurations require the Device Tree compiler to be
available, so we need to depend on host-dtc (example configuration:
zynq_zed).

However, we don't want to build it unconditionally, since the vast
majority of U-Boot configurations don't need it (and host-dtc itself
has a bunch of dependencies).

So, we simply add a Config.in option that allows users to indicate
whether their U-Boot needs DTC or not, and depend on host-dtc if this
option is enabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-04 20:17:35 +02:00
..
at91bootstrap
at91bootstrap3 boot/at91boostrap3: check for config file before calling kconfig-package 2015-07-14 10:30:30 +02:00
at91dataflashboot
barebox barebox: remove now-redundant ccache handling 2015-10-04 18:22:20 +02:00
boot-wrapper-aarch64
grub
grub2 grub2: pass target NM, OBJCOPY and STRIP 2015-09-20 14:52:19 +02:00
gummiboot boot/gummiboot: switch to http for git clone 2015-05-01 10:26:51 +02:00
lpc32xxcdl
mxs-bootlets boot/mxs-bootlets: do not check hash of custom tarball 2015-05-02 15:11:01 +02:00
syslinux
uboot u-boot: add an option to indicate that DTC is needed 2015-10-04 20:17:35 +02:00
xloader
common.mk
Config.in