
9 Aug
2019
9 Aug
'19
9:05 a.m.
Subject: [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation
This commit is necessary to fix following error:
Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=<device_tree>' argument
dts/Makefile:28: recipe for target 'arch/arm/dts/imx6q-kp.dtb' failed
Signed-off-by: Lukasz Majewski lukma@denx.de
arch/arm/dts/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 49d1faef32..e7005663a8 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -564,6 +564,7 @@ dtb-$(CONFIG_MX6QDL) += \ imx6q-icore.dtb \ imx6q-icore-mipi.dtb \ imx6q-icore-rqs.dtb \
- imx6q-kp.dtb \ imx6q-sabreauto.dtb \ imx6q-sabresd.dtb \ imx6q-wandboard-revb1.dtb \
Reviewed-by: Peng Fan peng.fan@nxp.com
-- 2.11.0