[PATCH v1] configs: agilex5: Restore fixed bloblist
alif.zakuan.yuslaimi at altera.com
alif.zakuan.yuslaimi at altera.com
Wed Apr 16 08:12:05 CEST 2025
From: Tingting Meng <tingting.meng at altera.com>
CONFIG_BLOBLIST_FIXED and CONFIG_BLOBLIST_ADDR options were
unintentionally removed during recent external updates to the defconfig.
This patch restores the missing entries to ensure proper board
functionality. No new features are introduced.
Fixes: d6a53f523afe ("spl: Add an SPL_HAVE_INIT_STACK option")
Signed-off-by: Tingting Meng <tingting.meng at altera.com>
---
configs/socfpga_agilex5_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/socfpga_agilex5_defconfig b/configs/socfpga_agilex5_defconfig
index 77112664e8a..ad0625a59fa 100644
--- a/configs/socfpga_agilex5_defconfig
+++ b/configs/socfpga_agilex5_defconfig
@@ -157,6 +157,8 @@ CONFIG_WDT=y
CONFIG_PANIC_HANG=y
CONFIG_SPL_CRC32=y
CONFIG_BLOBLIST=y
+CONFIG_BLOBLIST_FIXED=y
+CONFIG_BLOBLIST_ADDR=0x7e000
CONFIG_BLOBLIST_SIZE=0x1000
CONFIG_BLOBLIST_ADDR=0x72000
CONFIG_HANDOFF=y
--
2.25.1
More information about the U-Boot
mailing list