imx6: dts: add wandboard dtb target to fix build error
authorAnatolij Gustschin <agust@denx.de>
Mon, 1 Apr 2019 12:32:07 +0000 (14:32 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:10 +0000 (20:30 +0200)
Fix broken build:
Device Tree Source is not correctly specified.
Please define 'CONFIG_DEFAULT_DEVICE_TREE'
or build with 'DEVICE_TREE=<device_tree>' argument

Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/arm/dts/Makefile

index 0fb6419..0aee8df 100644 (file)
@@ -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