[PATCH v1 8/8] configs: cyclone5: Disable SPI in SPL
Chee, Tien Fong
tienfong.chee at altera.com
Mon Dec 1 04:10:27 CET 2025
On 25/11/2025 4:13 pm, alif.zakuan.yuslaimi at altera.com wrote:
> From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
>
> Disable support for using SPI in SPL to solve Cyclone V storage issue as
> the OCRAM is only 64kb. The SPI configurations are only
> required during uboot proper only.
>
> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
> ---
> configs/socfpga_cyclone5_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
> index 94bb05d20ff..6d9acf6c231 100644
> --- a/configs/socfpga_cyclone5_defconfig
> +++ b/configs/socfpga_cyclone5_defconfig
> @@ -12,6 +12,7 @@ CONFIG_DM_RESET=y
> CONFIG_SPL_STACK=0x0
> CONFIG_SPL_TEXT_BASE=0xFFFF0000
> CONFIG_TARGET_SOCFPGA_CYCLONE5_SOCDK=y
> +# CONFIG_SPL_SPI is not set
> CONFIG_SPL_FS_FAT=y
> CONFIG_TIMESTAMP=y
> CONFIG_FIT=y
Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>
Best regards,
Tien Fong
More information about the U-Boot
mailing list