diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-04 22:31:34 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 15:31:22 +0100 |
| commit | e9151fd0be5369302933c9f0f26f97008786552d (patch) | |
| tree | b8e8c78caf785e085d4cea27e1861d1f2d508c08 | |
| parent | 63bab546562bf69add47f01ea9c6f361d7b8f041 (diff) | |
| download | buildroot-e9151fd0be5369302933c9f0f26f97008786552d.tar.gz buildroot-e9151fd0be5369302933c9f0f26f97008786552d.zip | |
configs/imx6ulevk: U-Boot needs host-dtc
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/55306824
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | configs/imx6ulevk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

