From: Yann E. MORIN Date: Sun, 7 Aug 2016 20:44:35 +0000 (+0200) Subject: defconfigs/snps_axs_10*: uboot needs dtc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbdc48262e1eb9543df0ae0490cbe1035c276fda;p=buildroot.git defconfigs/snps_axs_10*: uboot needs dtc Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333758 https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333759 Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/configs/snps_axs101_defconfig b/configs/snps_axs101_defconfig index f7bcf4d547..f272853c13 100644 --- a/configs/snps_axs101_defconfig +++ b/configs/snps_axs101_defconfig @@ -23,3 +23,4 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.07" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101" +BR2_TARGET_UBOOT_NEEDS_DTC=y diff --git a/configs/snps_axs103_defconfig b/configs/snps_axs103_defconfig index 840db74711..75596c90b6 100644 --- a/configs/snps_axs103_defconfig +++ b/configs/snps_axs103_defconfig @@ -24,3 +24,4 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.07" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs103" +BR2_TARGET_UBOOT_NEEDS_DTC=y