* [Buildroot] [PATCH 1/1] microzed: u-boot needs host-dtc
@ 2015-10-05 7:17 Davide Viti
2015-10-05 9:33 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Davide Viti @ 2015-10-05 7:17 UTC (permalink / raw)
To: buildroot
defconfigs that use U-Boot 2015.07 need host-dtc to build
properly.
Signed-off-by: Davide Viti <d.viti@infosolution.it>
---
configs/microzed_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/microzed_defconfig b/configs/microzed_defconfig
index 5a94275..989170c 100644
--- a/configs/microzed_defconfig
+++ b/configs/microzed_defconfig
@@ -21,6 +21,7 @@ BR2_TARGET_UBOOT_BOARDNAME="zynq_microzed"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_PATCH="$(TOPDIR)/board/avnet/microzed/uboot"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_ZYNQ_IMAGE=y
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-05 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 7:17 [Buildroot] [PATCH 1/1] microzed: u-boot needs host-dtc Davide Viti
2015-10-05 9:33 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox