From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: ariel.dalessandro@collabora.com, michael@amarulasolutions.com,
linux-arm-kernel@lists.infradead.org,
Fabio Estevam <festevam@gmail.com>
Subject: [PATCH] ARM: dts: Makefile: Use .dtb type instead of .dts
Date: Wed, 15 Dec 2021 22:38:40 -0300 [thread overview]
Message-ID: <20211216013840.565860-1-festevam@gmail.com> (raw)
In Makefile the entries are of .dtb type.
Fix the "imx6ulz-bsh-smm-m2.dtb" entry.
Fixes: 812ecfdae800 ("ARM: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
arch/arm/boot/dts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 88a8fb8e60bd..195ca7a46dfe 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -705,7 +705,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \
imx6ull-phytec-segin-ff-rdk-emmc.dtb \
imx6ull-phytec-segin-lc-rdk-nand.dtb \
imx6ulz-14x14-evk.dtb \
- imx6ulz-bsh-smm-m2.dts
+ imx6ulz-bsh-smm-m2.dtb
dtb-$(CONFIG_SOC_IMX7D) += \
imx7d-cl-som-imx7.dtb \
imx7d-colibri-aster.dtb \
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-12-16 1:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-16 1:38 Fabio Estevam [this message]
2021-12-16 3:03 ` [PATCH] ARM: dts: Makefile: Use .dtb type instead of .dts Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211216013840.565860-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=ariel.dalessandro@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=michael@amarulasolutions.com \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).