[PATCH v3 09/20] mips: add a option to support not reserving malloc space on initial stack
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Mon Feb 10 17:17:25 CET 2020
Am 21.01.20 um 09:18 schrieb Weijie Gao:
> 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.
>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> ---
> Changes since v2: none
> ---
> arch/mips/Kconfig | 18 ++++++++++++++++++
> arch/mips/cpu/start.S | 6 ++++--
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
applied to u-boot-mips, thanks.
--
- Daniel
More information about the U-Boot
mailing list