commit | 01a2828fd8e2e3dd16b3a2f9bee6f64a224cb40d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Apr 21 09:28:33 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Apr 27 20:29:33 2020 +0200 |
tree | 4405fad1e19ae4c8f743a9e8cd89e39ff737a870 | |
parent | eb7d3a2c1780edf8036809c9e62f938e32f7806e [diff] |
mips: add a option to support not reserving malloc space on initial stack The initial stack on some platforms is too small to hold a large malloc space. This patch adds a option to allow these platforms not reserving the malloc space on initial stack. These platforms should set the malloc base after DRAM is usable. Reviewed-by: Stefan Roese <sr@denx.de>