From 0ac915e207270ca51c0c1aea9ec7d3e2c74be6eb Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Mon, 14 Aug 2017 01:25:24 +0200 Subject: [PATCH] socrates_cyclone5_defconfig: U-Boot needs DTC MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Probably not noticed before because dtc was already built or it was installed on the host. Fixes: https://gitlab.com/arnout/buildroot/-/jobs/28979369 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Cc: Michał Łyszczek Signed-off-by: Thomas Petazzoni --- configs/socrates_cyclone5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/socrates_cyclone5_defconfig b/configs/socrates_cyclone5_defconfig index 5793458b74..45355c1b85 100644 --- a/configs/socrates_cyclone5_defconfig +++ b/configs/socrates_cyclone5_defconfig @@ -21,6 +21,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/altera-opensource/u-boot-socfpga.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2017.07" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="socfpga_socrates" +BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_ALTERA_SOCFPGA_IMAGE_CRC=y -- 2.30.2