]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
fix PL330 CMD supported target
authorBrian Sune <briansune@gmail.com>
Mon, 22 Dec 2025 14:27:44 +0000 (22:27 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 22 Dec 2025 16:03:59 +0000 (10:03 -0600)
The config is wrongly written, result
in only support socdk board.

Fixes: 92dcb3ad5d98 ("cmd/dma: implement dmareset command")
Signed-off-by: Brian Sune <briansune@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig

index 5b9c13d85e76a9bae917eb6c3611ae1dce551d9b..5c611fb3016e0c25b39da1821e93ee31daa0527b 100644 (file)
@@ -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.