]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64: zynqmp: Decrease MALLOC size for SPL
authorMichal Simek <michal.simek@xilinx.com>
Fri, 14 Oct 2016 12:06:28 +0000 (14:06 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 20 Jun 2017 14:40:51 +0000 (16:40 +0200)
commit6b104fead3a1f156644ed8c9be4e0d1641e6a7bb
treed71fa8a88b15d25bff0a2d5f62a506a430e93d26
parent85a275ba0280342270211ed4d7f666624e3560cb
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: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h