]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64: zynqmp: Do not use SPL_SYS_MALLOC_SIMPLE allocator
authorMichal Simek <michal.simek@xilinx.com>
Fri, 1 Dec 2017 13:34:03 +0000 (14:34 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 14 Dec 2017 19:08:21 +0000 (20:08 +0100)
commitb45c17c7232e6ba463e6e258cf5fc0b6805f3b33
tree3575f5ed1f215ff041ad12ada1bcaed9df9c9538
parent6ee28cb953e1b0e57f34a97c33eb94bd1550b455
arm64: zynqmp: Do not use SPL_SYS_MALLOC_SIMPLE allocator

This was caused by: "fs/fat: Reduce stack usage"
 (sha1:2460098cffacd18729262e3ed36656e6943783ed) which converted
fat code to use malloc. But simple malloc is not freeing space
that's why full malloc implementation is needed.
Malloc space is added to RAM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_ep_defconfig
configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
configs/xilinx_zynqmp_zcu102_revA_defconfig
configs/xilinx_zynqmp_zcu102_revB_defconfig
include/configs/xilinx_zynqmp.h