diff options
author | 2016-10-19 17:52:57 +0200 | |
---|---|---|
committer | 2016-10-19 17:54:22 +0200 | |
commit | ae2dc85b89b644dd59ea7ef4c6d51d0070a024bb (patch) | |
tree | 30bbd0a1e3008a35772d26f6b36eef072358ea75 /configs/beaglebone_defconfig | |
parent | d4b494b71e33a52db55b01c4c8f02d184b708615 (diff) | |
download | buildroot-ae2dc85b89b644dd59ea7ef4c6d51d0070a024bb.tar.gz buildroot-ae2dc85b89b644dd59ea7ef4c6d51d0070a024bb.tar.bz2 |
beaglebone: defconfigs: u-boot needs dtc
Fixes:
https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/168763221
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r-- | configs/beaglebone_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index a3efabf8cc..eefa81cb83 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -18,6 +18,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm" +BR2_TARGET_UBOOT_NEEDS_DTC=y # BR2_TARGET_UBOOT_FORMAT_BIN is not set BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y |