[PATHv11 33/43] configs/am335x_evm_defconfig: inc SPL size

Tom Rini trini at konsulko.com
Mon Nov 27 14:08:28 CET 2023


On Mon, Nov 27, 2023 at 06:57:16PM +0600, Maxim Uvarov wrote:

> Increase allowed binary size to fit lwip code.
> 
> Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
> ---
>  configs/am335x_evm_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
> index f048e60f7f..9fd608bd76 100644
> --- a/configs/am335x_evm_defconfig
> +++ b/configs/am335x_evm_defconfig
> @@ -124,3 +124,4 @@ CONFIG_WDT=y
>  CONFIG_DYNAMIC_CRC_TABLE=y
>  CONFIG_RSA=y
>  CONFIG_LZO=y
> +CONFIG_SPL_MAX_SIZE=0x29000

As probably a problem for other platforms you made this change on too,
you can't do this. The link limit is here because that's the limit the
hardware (and ROM) imposes.

You might need to either:
- Figure out how to make lwip even tinier for the SPL case
- Limit the old network stack to just for SPL, and a later task is to
  reduce what's in the old stack to just what's also needed within SPL.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231127/be3c5978/attachment.sig>


More information about the U-Boot mailing list