From: Brian Sune Date: Mon, 22 Dec 2025 14:27:44 +0000 (+0800) Subject: fix PL330 CMD supported target X-Git-Tag: v2026.01-rc5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26db83ca964e81d7f2b3c2c984afdb8bb104678;p=thirdparty%2Fu-boot.git fix PL330 CMD supported target The config is wrongly written, result in only support socdk board. Fixes: 92dcb3ad5d98 ("cmd/dma: implement dmareset command") Signed-off-by: Brian Sune Reviewed-by: Tom Rini --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 5b9c13d85e7..5c611fb3016 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1849,7 +1849,7 @@ menu "Shell scripting commands" config CMD_C5_PL330_DMA bool "Release Reset DMA Channels for PL330 Handshake" - depends on TARGET_SOCFPGA_CYCLONE5_SOCDK + depends on TARGET_SOCFPGA_CYCLONE5 help Provides access to Reset Manager Per2ModRst. Enables DMA channels for ARM PrimeCell PL330 via reset release.