]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: e850-96: Increase malloc() pool size
authorSam Protsenko <semen.protsenko@linaro.org>
Wed, 9 Jul 2025 22:29:23 +0000 (17:29 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 25 Jul 2025 01:17:21 +0000 (10:17 +0900)
commitfcb53c5a694489960702af78bf05264d7c50d850
treeb481ce9d8b7ca080e3c3ec13c4d675fbdc790696
parentd15a7b045993167598fa70541ec364ace0a051a9
configs: e850-96: Increase malloc() pool size

"fastboot flash" tries to malloc 8 MiB buffer after receiving data over
USB and trying to write it to eMMC. Right now only 8.12 MiB malloc is
available for E850-96 overall, which leads to this issue:

    Malloc failed for: CHUNK_TYPE_RAW

Fix it by increasing malloc pool size from 8.12 MiB up to 32 MiB, like
it's done in many other boards using fastboot.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/e850-96_defconfig