diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-08-14 01:25:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-14 22:10:12 +0200 |
commit | 0ac915e207270ca51c0c1aea9ec7d3e2c74be6eb (patch) | |
tree | 370a3978f756937772b2d6499ba0bff4c0110eea | |
parent | 5e5547a73de02c13cd80c5cd2e221f508a408bca (diff) | |
download | buildroot-0ac915e207270ca51c0c1aea9ec7d3e2c74be6eb.tar.gz buildroot-0ac915e207270ca51c0c1aea9ec7d3e2c74be6eb.zip |
socrates_cyclone5_defconfig: U-Boot needs DTC
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) <arnout@mind.be>
Cc: Michał Łyszczek <michal.lyszczek@bofc.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/socrates_cyclone5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |