From: Marcel Ziswiler Date: Tue, 9 Apr 2019 15:21:48 +0000 (+0200) Subject: apalis_imx6: add device tree to makefile X-Git-Tag: v2019.07~36^2~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b98a4916f8202cd63658e52d3d929f02dc83ef5;p=oweals%2Fu-boot.git apalis_imx6: add device tree to makefile Add device tree 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=' 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 Reviewed-by: Igor Opaniuk --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 066f6efa68..4eca901f4f 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -591,6 +591,7 @@ dtb-$(CONFIG_MX6ULL) += \ imx6ull-dart-6ul.dtb dtb-$(CONFIG_ARCH_MX6) += \ + imx6-apalis.dtb \ imx6-colibri.dtb dtb-$(CONFIG_MX7) += imx7d-sdb.dtb \