public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] Fix old TARGET naming to ARCH for PL330
@ 2026-04-07 15:36 Brian Sune
  0 siblings, 0 replies; only message in thread
From: Brian Sune @ 2026-04-07 15:36 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Brian Sune

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@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-07 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 15:36 [PATCH v1] Fix old TARGET naming to ARCH for PL330 Brian Sune

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox