diff options
author | Marcel Ziswiler | 2019-03-25 17:38:02 +0100 |
---|---|---|
committer | Stefano Babic | 2019-04-13 20:30:10 +0200 |
commit | dee535bc90768a2f386500aea5fc6ed6a2e54de4 (patch) | |
tree | efb90c236073bb2755ddfba3d31d8a3bd036e307 /arch | |
parent | c77ea32ed8cce0061198a29a9b0c0e55394d0aaf (diff) |
apalis/colibri_imx6: add device trees to makefile
Add device trees to Makefile to avoid newly introduced error:
Device Tree Source is not correctly specified.
Please define 'CONFIG_DEFAULT_DEVICE_TREE'
or build with 'DEVICE_TREE=<device_tree>' argument
make[1]: *** [dts/Makefile:28: arch/arm/dts/imx6-apalis.dtb] Error 1
make: *** [Makefile:1009: dts/dt.dtb] Error 2
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 1b57e8ff001..5a8d855ecde 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -544,6 +544,9 @@ dtb-$(CONFIG_MX6ULL) += \ imx6ull-14x14-evk.dtb \ imx6ull-colibri.dtb \ +dtb-$(CONFIG_ARCH_MX6) += \ + imx6-colibri.dtb + dtb-$(CONFIG_MX7) += imx7d-sdb.dtb \ imx7d-sdb-qspi.dtb \ imx7-colibri-emmc.dtb \ |