> -----Original Message-----
> From: Ravulapalli, Naresh Kumar <naresh.kumar.ravulapa...@altera.com>
> Sent: Tuesday, August 19, 2025 12:35 PM
> To: u-boot@lists.denx.de
> Cc: Marek Vasut <marek.va...@mailbox.org>; Simon Goldschmidt
> <simon.k.r.goldschm...@gmail.com>; Chee, Tien Fong
> <tien.fong.c...@altera.com>; Tom Rini <tr...@konsulko.com>; Ravulapalli,
> Naresh Kumar <naresh.kumar.ravulapa...@altera.com>
> Subject: [PATCH] configs: socfpga: Remove SYS_BOOTM_LEN from N5X VAB
> config
> 
> Remove the current CONFIG_SYS_BOOTM_LEN in N5X VAB defconfig.
> Previously, the size was set to 32MB, but due to larger kernel image, 64MB
> size is required. This 64MB configuration has been set as default in the
> Kconfig.
> 
> Signed-off-by: Naresh Kumar Ravulapalli
> <nareshkumar.ravulapa...@altera.com>
> ---
>  configs/socfpga_n5x_vab_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configs/socfpga_n5x_vab_defconfig
> b/configs/socfpga_n5x_vab_defconfig
> index c0dc8558153..92cd0fa6add 100644
> --- a/configs/socfpga_n5x_vab_defconfig
> +++ b/configs/socfpga_n5x_vab_defconfig
> @@ -18,7 +18,6 @@ CONFIG_SPL_TEXT_BASE=0xFFE00000
> CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
>  CONFIG_SPL_BSS_START_ADDR=0x3ff00000
>  CONFIG_SPL_BSS_MAX_SIZE=0x100000
> -CONFIG_SYS_BOOTM_LEN=0x2000000
>  CONFIG_SOCFPGA_SECURE_VAB_AUTH=y
>  CONFIG_TARGET_SOCFPGA_N5X_SOCDK=y
>  CONFIG_IDENT_STRING="socfpga_n5x"
> --
> 2.35.3

Reviewed-by: Tien Fong Chee <tien.fong.c...@altera.com>

Best regards,
Tien Fong

Reply via email to