Skip to content
Snippets Groups Projects
Commit 57b10f59 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

x86: fsp: Enlarge the size of malloc() pool before relocation


After fsp_init() returns, the stack has already been switched to a
place within system memory as defined by CONFIG_FSP_TEMP_RAM_ADDR.
Enlarge the size of malloc() pool before relocation since we have
plenty of memory now.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent a52a068e
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment