commit | 77316dd08d47e5d984966f764be535faff2505da | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Dec 01 14:34:03 2017 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Dec 14 20:08:21 2017 +0100 |
tree | 3575f5ed1f215ff041ad12ada1bcaed9df9c9538 | |
parent | 14b26181acd8375737e854fa9ebed0f91ade5c0e [diff] |
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>