[Buildroot] [PATCH 1/1] microzed: u-boot needs host-dtc

Davide Viti zinosat at tiscali.it
Mon Oct 5 07:17:37 UTC 2015


defconfigs that use U-Boot 2015.07 need host-dtc to build
properly.

Signed-off-by: Davide Viti <d.viti at 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



More information about the buildroot mailing list