Home
last modified time | relevance | path

Searched hist:"6 b104fead3a1f156644ed8c9be4e0d1641e6a7bb" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dxilinx_zynqmp.h6b104fead3a1f156644ed8c9be4e0d1641e6a7bb Fri Oct 14 12:06:28 UTC 2016 Michal Simek <michal.simek@xilinx.com> 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>