On Fri, Jan 21, 2022 at 09:59:21AM +0530, Vignesh Raghavendra wrote: > > > On 17/01/22 8:47 am, Tom Rini wrote: > > On Fri, Dec 24, 2021 at 12:55:36PM +0530, Vignesh Raghavendra wrote: > > > >> Enable config options needed to support Ethernet boot on AM64x SK. > >> > >> Signed-off-by: Vignesh Raghavendra > > > > This leads to size overflow on r5. > > > > Hmm, I don't see size limitations locally. > > $ size spl/u-boot-spl > text data bss dec hex filename > 230470 10401 12992 253863 3dfa7 spl/u-boot-spl > > vs limit declared in configs/am64x_evm_r5_defconfig: > > CONFIG_SPL_SIZE_LIMIT=0x190000 > > I don't expect size overflow? What toolchain are you using? I'm seeing this with gcc-11.1. -- Tom