]> git.baikalelectronics.ru Git - uboot.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)
commitde93dc1cd47bd5d7a340a11aa751b83c75286cb4
treed71fa8a88b15d25bff0a2d5f62a506a430e93d26
parent5b053c733f752a3cb5395b85aeca35a5019f81b9
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