Skip to content
Snippets Groups Projects
Commit 6b104fea authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Decrease MALLOC size for SPL


Decrease malloc size to 1MB from 256MB. Huge malloc
space is adding huge delay in mem_malloc_init() because
we are enabling CONFIG_SYS_MALLOC_CLEAR_ON_INIT
which clear the whole malloc space.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 85a275ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment