From: Brian Sune <briansune@gmail.com>
To: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>
Cc: Brian Sune <briansune@gmail.com>
Subject: [PATCH v1] Fix old TARGET naming to ARCH for PL330
Date: Tue, 7 Apr 2026 23:36:50 +0800 [thread overview]
Message-ID: <20260407153650.26404-1-briansune@gmail.com> (raw)
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
reply other threads:[~2026-04-07 15:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260407153650.26404-1-briansune@gmail.com \
--to=briansune@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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