> -----Original Message-----
> From: Yuslaimi, Alif Zakuan <[email protected]>
> Sent: Wednesday, April 16, 2025 2:12 PM
> To: [email protected]
> Cc: Marek Vasut <[email protected]>; Simon Goldschmidt
> <[email protected]>; Chee, Tien Fong
> <[email protected]>; Meng, Tingting <[email protected]>;
> Tom Rini <[email protected]>; Maniyam, Dinesh
> <[email protected]>
> Subject: [PATCH v1] configs: agilex5: Restore fixed bloblist
> 
> From: Tingting Meng <[email protected]>
> 
> 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 <[email protected]>
> ---
>  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

Reviewed-by: Tien Fong Chee <[email protected]>

Best regards,
Tien Fong

Reply via email to