Re: [PATCH 3/4] arm64: add support for i.MX8M EVK board
From: Baruch Siach <hidden>
Date: 2018-01-24 14:47:51
Also in:
linux-arm-kernel
Hi Lucas, On Wed, Jan 17, 2018 at 07:32:43PM +0100, Lucas Stach wrote:
quoted hunk
This is the evaluation kit board for the i.MX8M. The current level of support yields a working console and is able to boot userspace from SD card or Network. Signed-off-by: Lucas Stach <redacted> --- arch/arm64/boot/dts/nxp/Makefile | 3 + arch/arm64/boot/dts/nxp/imx8mq-evk.dts | 287 +++++++++++++++++++++++++++++++++ 2 files changed, 290 insertions(+) create mode 100644 arch/arm64/boot/dts/nxp/Makefile create mode 100644 arch/arm64/boot/dts/nxp/imx8mq-evk.dtsdiff --git a/arch/arm64/boot/dts/nxp/Makefile b/arch/arm64/boot/dts/nxp/Makefile new file mode 100644 index 000000000000..1aebb1f16708 --- /dev/null +++ b/arch/arm64/boot/dts/nxp/Makefile@@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +dtb-$(CONFIG_SOC_IMX8MQ) += imx8m-evk.dtb
Typo, should be imx8mq-evk.dtb. Without this fix I'm getting:
make[2]: *** No rule to make target 'arch/arm64/boot/dts/nxp/imx8m-evk.dtb', needed by '__build'. Stop.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org - tel: +972.2.679.5364, http://www.tkos.co.il -
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html