Commits
Bin Meng committed a52a068eb18
x86: fsp: Delay x86_fsp_init() call a little bit Move x86_fsp_init() call after initf_malloc() so that we can fix up the gd->malloc_limit later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>