[Buildroot] [git commit branch/2018.02.x] configs/imx6ulevk: U-Boot needs host-dtc

Peter Korsgaard peter at korsgaard.com
Fri Mar 30 17:07:35 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=d499346b079db85b2708ce77a722630eb868372d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/55306824

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit e9151fd0be5369302933c9f0f26f97008786552d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/imx6ulevk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imx6ulevk_defconfig b/configs/imx6ulevk_defconfig
index 0ae6b5308e..069f8cfc5e 100644
--- a/configs/imx6ulevk_defconfig
+++ b/configs/imx6ulevk_defconfig
@@ -25,6 +25,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
 
 # required tools to create the SD card image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y


More information about the buildroot mailing list