From: Anatolij Gustschin Date: Mon, 1 Apr 2019 12:32:07 +0000 (+0200) Subject: imx6: dts: add wandboard dtb target to fix build error X-Git-Tag: v2019.07-rc1~21^2~2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fu-boot.git;a=commitdiff_plain;h=275e8b622f5eb7aa08d687f7427fe5eeb6e0c083 imx6: dts: add wandboard dtb target to fix build error Fix broken build: Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=' argument Signed-off-by: Anatolij Gustschin --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 0fb64192dfa..0aee8dfde00 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -522,6 +522,9 @@ dtb-$(CONFIG_MX6QDL) += \ imx6qp-sabreauto.dtb \ imx6qp-sabresd.dtb +dtb-$(CONFIG_TARGET_WANDBOARD) += \ + imx6dl-wandboard-revb1.dtb + dtb-$(CONFIG_MX6SL) += imx6sl-evk.dtb dtb-$(CONFIG_MX6SLL) += imx6sll-evk.dtb