summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlif Zakuan Yuslaimi <[email protected]>2025-11-25 00:13:16 -0800
committerTien Fong Chee <[email protected]>2025-12-01 14:31:44 +0800
commit05f72f28e9a96a37650582b38d6158aa65ca9ec2 (patch)
tree94ef92ad256df1e81aeea4af882835fecd8f8b81
parentcd74c05619f946b7a96327ffa14d0fc7090a043e (diff)
configs: cyclone5: Disable SPI in SPL
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 <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
-rw-r--r--configs/socfpga_cyclone5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 7d01cecd5d2..f1bf0aec015 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