commit | 12440cd795a6873494e4bbff94568f632321f2c6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 20 06:40:19 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:11 2015 -0700 |
tree | 699e8a5d501d168cc5f3e03039dcbddf438722bd | |
parent | 178f897a9155b6a1c6dcabdae6235c997bea2a58 [diff] |
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: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>