
21 Jan
2022
21 Jan
'22
5:29 a.m.
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 vigneshr@ti.com
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?
Regards Vignesh