mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
afe5163449
commit
f621ff8504
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue