configs: am64xx_evm: Increase BSS max size to 16K
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 21 Jan 2022 07:17:53 +0000 (12:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jan 2022 22:58:41 +0000 (17:58 -0500)
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

index 9962408..135cb3c 100644 (file)
@@ -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