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

Chee, Tien Fong tien.fong.chee at altera.com
Fri Apr 17 10:58:57 CEST 2026


On 7/4/2026 11:36 pm, Brian Sune wrote:
> 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.

Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com> Best regards, 
Tien Fong


More information about the U-Boot mailing list