commit | 304fa726b73601f9ecaf067e7e9b3d72fecbe461 | [log] [tgz] |
---|---|---|
author | Judith Mendez <jm@ti.com> | Mon Apr 29 16:49:36 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri May 03 12:22:59 2024 -0600 |
tree | 8e9dc85fdbfcb4c77317ead4a33a93b9b4d947d1 | |
parent | bb3354e37b4e6cf96d3bcc897cca165d8070baac [diff] |
configs: am62x_evm_r5: Increase size of malloc_simple heap after relocation On AM62x SK we can see a boot failure with signature "alloc space exhausted", so fix by increasing size of SPL_STACK_R_MALLOC_SIMPLE_LEN. Fixes: 128f81290b ("arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images") Signed-off-by: Judith Mendez <jm@ti.com> Tested-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Reviewed-by: Bryan Brattlof <bb@ti.com>