]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: toradex: verdin-am62_r5: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN
authorHiago De Franco <hiago.franco@toradex.com>
Wed, 20 Mar 2024 16:48:45 +0000 (13:48 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2024 15:10:51 +0000 (11:10 -0400)
commitbd0aedde3ea3691616c17c720e2d25351308c0a1
tree9cb3c8d9972a1ae3010bd6e7400be0bfed9d9e91
parent1e3a2c0a4a981372f5d74ba07c6eb98820964155
board: toradex: verdin-am62_r5: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN

Increase the SPL_STACK_R_MALLOC_SIMPLE_LEN to 0x200000 to accommodate the
size of tispl.bin fit image. With the recent upgrade of ti-linux-firmware
from version v9.1.0 to v9.2.5, the size of tispl.bin fit image has
increased to 1.4MB, causing allocation errors in the R5 SPL:

```
alloc space exhausted
Could not get FIT buffer of 1325056 bytes
        check CONFIG_SPL_SYS_MALLOC_SIZE
```

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/verdin-am62_r5_defconfig