[PATCH v2] drivers: fpga: Use SOC64 conditional instead of Agilex/Stratix10

LOK, CHEN HUEI chen.huei.lok at altera.com
Tue Apr 14 05:02:52 CEST 2026


> > -#if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX) || \
> > -       IS_ENABLED(CONFIG_TARGET_SOCFPGA_STRATIX10)
> > +#if IS_ENABLED(CONFIG_TARGET_SOCFPGA_SOC64)
> 
> Please respin against current master; drivers/fpga/altera.c uses
> CONFIG_ARCH_SOCFPGA_* not CONFIG_TARGET_*. Likely want
> CONFIG_ARCH_SOCFPGA_SOC64 if available.
> 
Hi Tien Fong,

Thanks for the note.

Yes, this change comes after the commit that replaces the TARGET namespace, so using the CONFIG_ARCH_SOCFPGA_* option is the correct approach here. 
I’ll respin against current master and update the guard to CONFIG_ARCH_SOCFPGA_SOC64 accordingly.

Adding this context in the commit message for v3.

Thanks,
Best regards,
Lok


More information about the U-Boot mailing list