[PATCH v1] Fix old TARGET naming to ARCH for PL330

Brian Sune briansune at gmail.com
Tue Apr 7 17:36:50 CEST 2026


latest u-boot fixed the old naming from TARGET to ARCH
however, cmd Kconfig is not aligned to latest naming.

Signed-off-by: Brian Sune <briansune at gmail.com>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index f47ce7f45ce..aead5c80cc6 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1893,7 +1893,7 @@ menu "Shell scripting commands"
 
 config CMD_C5_PL330_DMA
 	bool "Release Reset DMA Channels for PL330 Handshake"
-	depends on TARGET_SOCFPGA_CYCLONE5
+	depends on ARCH_SOCFPGA_CYCLONE5
 	help
 	  Provides access to Reset Manager Per2ModRst. Enables DMA
 	  channels for ARM PrimeCell PL330 via reset release.
-- 
2.34.1



More information about the U-Boot mailing list