From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 9 Aug 2019 07:05:15 +0000 Subject: [U-Boot] [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation In-Reply-To: <20190730071213.11238-5-lukma@denx.de> References: <20190730071213.11238-1-lukma@denx.de> <20190730071213.11238-5-lukma@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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=' argument > > dts/Makefile:28: recipe for target 'arch/arm/dts/imx6q-kp.dtb' failed > > Signed-off-by: Lukasz Majewski > --- > > 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 > -- > 2.11.0