diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-04 22:31:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 15:30:38 +0100 |
commit | 63bab546562bf69add47f01ea9c6f361d7b8f041 (patch) | |
tree | ece67d8479474017ae9ec55291e3687a379039f1 | |
parent | 770a75600ccfa0be6ec783340c2cd6cc9cfa3a72 (diff) | |
download | buildroot-63bab546562bf69add47f01ea9c6f361d7b8f041.tar.gz buildroot-63bab546562bf69add47f01ea9c6f361d7b8f041.zip |
configs/freescale_imx7dsabresd: U-Boot needs host-dtc
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/55306825
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/freescale_imx7dsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/freescale_imx7dsabresd_defconfig b/configs/freescale_imx7dsabresd_defconfig index 844b547670..3563d1e1b2 100644 --- a/configs/freescale_imx7dsabresd_defconfig +++ b/configs/freescale_imx7dsabresd_defconfig @@ -28,6 +28,7 @@ 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_FORMAT_IMX=y +BR2_TARGET_UBOOT_NEEDS_DTC=y # required tools to create the microSD image BR2_PACKAGE_HOST_DOSFSTOOLS=y |