From: Thomas Petazzoni Date: Sun, 4 Mar 2018 21:31:28 +0000 (+0100) Subject: configs/freescale_imx6qsabreauto: U-Boot needs host-dtc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11f07c20081fdbac6b56f81b7d03b717184fda30;p=buildroot.git configs/freescale_imx6qsabreauto: U-Boot needs host-dtc Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306820 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/freescale_imx6qsabreauto_defconfig b/configs/freescale_imx6qsabreauto_defconfig index f03b7101fb..bc333e1a37 100644 --- a/configs/freescale_imx6qsabreauto_defconfig +++ b/configs/freescale_imx6qsabreauto_defconfig @@ -40,3 +40,4 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_4.9.x_1.0.0_ga" +BR2_TARGET_UBOOT_NEEDS_DTC=y