On 04/09/2013 05:14 PM, Albert ARIBAUD wrote: > Remove SPL-related ASSERT() in arch/arm/cpu/u-boot.lds > as this file is never used for SPL builds. > > Rewrite the ASSERT() in arch/arm/cpu/u-boot-spl.lds > to separately test image (text,data,rodata...) size > and BSS size each against its own max. > > Also, output section mmutable is not used in SPL builds. > Remove it. > > Finally, update README regarding the (now homogeneous) > semantics of the CONFIG_SPL_MAX_SIZE and > CONFIG_SPL_BSS_MAX_SIZE macros.
This still seems to have separate defines for SPL text/data/rodata size and BSS size. If I want instead to limit the total text/data/rodata/bss size, but place no specific limit on the bss size individually, can I not do that? _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot