[PATCH] ARM: dts: Makefile: Use .dtb type instead of .dts
Fabio Estevam
festevam at gmail.com
Wed Dec 15 17:38:40 PST 2021
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 at 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
More information about the linux-arm-kernel
mailing list