Re: [PATCH 3/4] configs: am64xx_evm: Increase BSS max size to 16K

2022-01-29 Thread Tom Rini
On Fri, Jan 21, 2022 at 12:47:53PM +0530, Vignesh Raghavendra wrote: > With Ethboot support in SPL, network stack requires more BSS area, so > increase BSS max size to 16K > > Signed-off-by: Vignesh Raghavendra Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

[PATCH 3/4] configs: am64xx_evm: Increase BSS max size to 16K

2022-01-20 Thread Vignesh Raghavendra
With Ethboot support in SPL, network stack requires more BSS area, so increase BSS max size to 16K Signed-off-by: Vignesh Raghavendra --- include/configs/am64x_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h