summaryrefslogtreecommitdiff
path: root/include/configs/am64x_evm.h
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2022-01-21 12:47:53 +0530
committerTom Rini <trini@konsulko.com>2022-01-28 17:58:41 -0500
commitf621ff8504033fefbf97ad74ff3464a6f4474671 (patch)
treee0b945837a50df613734c5d449cca14e2bfdd4fb /include/configs/am64x_evm.h
parentafe5163449a1681cac81e1c8fca655dc23eebf5b (diff)
configs: am64xx_evm: Increase BSS max size to 16K
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>
Diffstat (limited to 'include/configs/am64x_evm.h')
-rw-r--r--include/configs/am64x_evm.h2
1 files changed, 1 insertions, 1 deletions
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