]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 0fb64192dfa5e31922fbb633ad9a53741e6da099..0aee8dfde009fa2b468e2330095bbb97cf25b9d4 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