HI Alif, Just reminding, duplicated patch:
https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/. Which is under reviewed. Thanks, Brian On Thu, Jul 23, 2026 at 10:43 AM <[email protected]> wrote: > > From: Alif Zakuan Yuslaimi <[email protected]> > > Commit 62f7a9460209 ("Replace TARGET namespace and cleanup properly") > replaces the TARGET namespace to ARCH for all SoCFPGA devices. > > Some of the TARGET namespaces are still left out, update leftover TARGET > to ARCH following current SoCFPGA naming. > > Fixes: 62f7a9460209 ("Replace TARGET namespace and cleanup properly") > > Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> > --- > arch/arm/mach-socfpga/board.c | 4 ++-- > cmd/Kconfig | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-socfpga/board.c b/arch/arm/mach-socfpga/board.c > index b202ca258bc..b662afc1ad7 100644 > --- a/arch/arm/mach-socfpga/board.c > +++ b/arch/arm/mach-socfpga/board.c > @@ -210,8 +210,8 @@ void lmb_arch_add_memory(void) > } > #endif > > -#if (defined(CONFIG_TARGET_SOCFPGA_ARRIA10) || \ > - defined(CONFIG_TARGET_SOCFPGA_GEN5)) && defined(CONFIG_XPL_BUILD) > +#if (defined(CONFIG_ARCH_SOCFPGA_ARRIA10) || \ > + defined(CONFIG_ARCH_SOCFPGA_GEN5)) && defined(CONFIG_XPL_BUILD) > unsigned long board_spl_mmc_get_uboot_raw_sector(struct mmc *mmc, > unsigned long raw_sect) > { > diff --git a/cmd/Kconfig b/cmd/Kconfig > index 35ce42f8397..b724f4f8d49 100644 > --- a/cmd/Kconfig > +++ b/cmd/Kconfig > @@ -1911,7 +1911,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.43.7 >
