commit | c95c3ec025f46b6d65f87bc1010eae76c4152334 | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@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 | 2434f58c784e3216b7925fe00ce49c113c6a511e [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> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>