From: Anatolij Gustschin Date: Mon, 1 Apr 2019 12:45:45 +0000 (+0200) Subject: imx6: tbs2910: fix dtb build error X-Git-Tag: v2019.07-rc1~21^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7092e935696aa5db62af5ffd7bc7db06d0730db8;p=oweals%2Fu-boot.git imx6: tbs2910: fix dtb 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 5a8d855ecd..0fb64192df 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -503,6 +503,9 @@ dtb-$(CONFIG_MX6Q) += \ imx6q-display5.dtb \ imx6q-logicpd.dtb +dtb-$(CONFIG_TARGET_TBS2910) += \ + imx6q-tbs2910.dtb + dtb-$(CONFIG_MX6QDL) += \ imx6dl-icore.dtb \ imx6dl-icore-mipi.dtb \