diff options
| author | Tom Rini <[email protected]> | 2024-05-03 16:18:51 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-03 16:18:51 -0600 |
| commit | 2f1e76bcfee75b9f99ade63002c05ffaaec86afb (patch) | |
| tree | bc6c0d474b9247257218c30cbad03967a33b5817 /configs | |
| parent | c92d48f8b2909d08584f17612a23d959467f14b8 (diff) | |
| parent | 3c15780f2d2689b7e892f203393d89d7aef8ac38 (diff) | |
Merge branch '2024-05-02-assorted-updates'
- Typo fixes, gpt command fix, a few npcm fixes, fix a reported Coverity
issue and increase the malloc pool on am62x_evm_r5 to fix some use
cases.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/am62x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_r5_defconfig b/configs/am62x_evm_r5_defconfig index 4b2e57b13a0..648241488ed 100644 --- a/configs/am62x_evm_r5_defconfig +++ b/configs/am62x_evm_r5_defconfig @@ -26,6 +26,7 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x43c3b000 CONFIG_SPL_BSS_MAX_SIZE=0x3000 CONFIG_SPL_STACK_R=y +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SPL_SIZE_LIMIT=0x3A7F0 CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x3500 CONFIG_SPL_FS_FAT=y |
