diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-04 22:31:29 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 15:29:49 +0100 |
commit | d329ec701e1c78171528139c0c6757cdca18e94d (patch) | |
tree | ce5fc1db29432cb4076252eae9758f2601428823 | |
parent | 11f07c20081fdbac6b56f81b7d03b717184fda30 (diff) | |
download | buildroot-d329ec701e1c78171528139c0c6757cdca18e94d.tar.gz buildroot-d329ec701e1c78171528139c0c6757cdca18e94d.zip |
configs/solidrun_macchiatobin_marvell: U-Boot needs host-dtc
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/55306949
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/solidrun_macchiatobin_marvell_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/solidrun_macchiatobin_marvell_defconfig b/configs/solidrun_macchiatobin_marvell_defconfig index 1e747c344a..5489136e1c 100644 --- a/configs/solidrun_macchiatobin_marvell_defconfig +++ b/configs/solidrun_macchiatobin_marvell_defconfig @@ -22,6 +22,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/MarvellEmbeddedProcessors/u-boot-marvell" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="u-boot-2017.03-armada-17.10" BR2_TARGET_UBOOT_BOARDNAME="mvebu_mcbin-88f8040" +BR2_TARGET_UBOOT_NEEDS_DTC=y # Kernel BR2_LINUX_KERNEL=y |