]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: synquacer: increase SYS_MALLOC_F_LEN
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 1 Jun 2023 09:13:51 +0000 (18:13 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 20 Jun 2023 20:08:13 +0000 (16:08 -0400)
commit7f8062b7e590d06cf3ac73cfe5e88b96c642d7c0
tree8600c479cb8054a76c57aa940dfd33b2ea7a24b4
parentbf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7
configs: synquacer: increase SYS_MALLOC_F_LEN

DM_FLAG_PRE_RELOC flag is added into some drivers
by recent commits such as
1bd790bc4b ("firmware: psci: enable DM_FLAG_PRE_RELOC").
Current SYS_MALLOC_F_LEN of SynQuacer Developerbox platform
is too small, Developerbox will not boot due to lack of
heap memory.

This commit increases the size of heap memory.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
configs/synquacer_developerbox_defconfig