[RFC PATCH 3/4] arm: dts: Fix build of am62a7 dtbs

Nishanth Menon nm at ti.com
Thu Jul 13 09:20:18 CEST 2023


am62a7 should be built with CONFIG_SOC_K3_AM62A7 not CONFIG_SOC_K3_AM625

Fixes: 6bdfa69155d8 ("arm: dts: introduce am62a7 u-boot dtbs")
Cc: Bryan Brattlof <bb at ti.com>
Cc: Vignesh Raghavendra <vigneshr at ti.com>
Cc: Francesco Dolcini <francesco at dolcini.it>
Cc: Sjoerd Simons <sjoerd at collabora.com>
Cc: Wadim Egorov <w.egorov at phytec.de>
Signed-off-by: Nishanth Menon <nm at ti.com>
---

Found this as i was building and wondering why 62a7 dtbs were building..

 arch/arm/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 17f506a8fa06..e4b658ae0416 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1301,7 +1301,7 @@ dtb-$(CONFIG_SOC_K3_AM642) += k3-am642-evm.dtb \
 dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \
 			      k3-am625-r5-sk.dtb
 
-dtb-$(CONFIG_SOC_K3_AM625) += k3-am62a7-sk.dtb \
+dtb-$(CONFIG_SOC_K3_AM62A7) += k3-am62a7-sk.dtb \
 			      k3-am62a7-r5-sk.dtb
 
 dtb-$(CONFIG_ARCH_MEDIATEK) += \
-- 
2.40.0



More information about the U-Boot mailing list