diff mbox series

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

Message ID 20220121071754.197577-4-vigneshr@ti.com
State Accepted
Commit f621ff8504033fefbf97ad74ff3464a6f4474671
Delegated to: Tom Rini
Headers show
Series ARM: ti: AM64x: Clean up Ethernet boot support on AM64x SK | expand

Commit Message

Raghavendra, Vignesh Jan. 21, 2022, 7:17 a.m. UTC
With Ethboot support in SPL, network stack requires more BSS area, so
increase BSS max size to 16K

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 include/configs/am64x_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 29, 2022, 6:49 p.m. UTC | #1
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 <vigneshr@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h
index 99624081c3..135cb3c2ee 100644
--- a/include/configs/am64x_evm.h
+++ b/include/configs/am64x_evm.h
@@ -33,7 +33,7 @@ 
  * our memory footprint. The less we use for BSS the more we have available
  * for everything else.
  */
-#define CONFIG_SPL_BSS_MAX_SIZE		0x1000
+#define CONFIG_SPL_BSS_MAX_SIZE		0x4000
 /*
  * Link BSS to be within SPL in a dedicated region located near the top of
  * the MCU SRAM, this way making it available also before relocation. Note