]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 31 May 2024 14:46:36 +0000 (20:16 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jun 2024 22:29:26 +0000 (16:29 -0600)
commit081b97c3b3dd2d5e7193436b74742f2908a1427d
treefc7d6b88edc1041b0fb92866c60e35fbad0c42c6
parent279567ad68f5461f23931b7327eb237590631c9b
spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build

All ARCH_K3 platforms need about of 2MB of malloc space post
reallocation. Since, this space is allocated from SDRAM, provide a
generous 2MB space by default.

Platforms requiring more than 2MB can override in defconfig as needed.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
common/spl/Kconfig
configs/am62px_evm_r5_defconfig
configs/am62x_evm_r5_defconfig
configs/j721s2_evm_r5_defconfig
configs/j784s4_evm_r5_defconfig
configs/phycore_am62x_r5_defconfig
configs/verdin-am62_r5_defconfig