summaryrefslogtreecommitdiffstats
path: root/configs/atmel_sama5d4_xplained_dev_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-02 11:06:40 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-02 15:48:05 +0200
commit363ec9686d00ffb216567032e3dd2b274fcc6892 (patch)
treeb3a94d59f83098e118e3dd7b20a2f8271b8e63c3 /configs/atmel_sama5d4_xplained_dev_defconfig
parent1ef8c2239339f52e35572e485db306df9012d500 (diff)
downloadbuildroot-363ec9686d00ffb216567032e3dd2b274fcc6892.tar.gz
buildroot-363ec9686d00ffb216567032e3dd2b274fcc6892.zip
configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC
Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit 0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC in order to build dtc before u-boot and avoid build failures. Fixes: >>> uboot linux4sam_5.6 Configuring >>> uboot linux4sam_5.6 Building [...] CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h ./scripts/dtc-version.sh: line 17: dtc: command not found ./scripts/dtc-version.sh: line 18: dtc: command not found *** Your dtc is too old, please upgrade to dtc 1.4 or newer Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/atmel_sama5d4_xplained_dev_defconfig')
-rw-r--r--configs/atmel_sama5d4_xplained_dev_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/atmel_sama5d4_xplained_dev_defconfig b/configs/atmel_sama5d4_xplained_dev_defconfig
index 5e57fc0e70..7f6155df6f 100644
--- a/configs/atmel_sama5d4_xplained_dev_defconfig
+++ b/configs/atmel_sama5d4_xplained_dev_defconfig
@@ -100,6 +100,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
BR2_PACKAGE_HOST_SAM_BA=y
OpenPOWER on IntegriCloud