x86: fsp: Delay x86_fsp_init() call a little bit
authorBin Meng <bmeng.cn@gmail.com>
Thu, 20 Aug 2015 13:40:18 +0000 (06:40 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:11 +0000 (07:54 -0700)
commita52a068eb189c6268017a25d48f50f26b2a08a0b
tree9b054cd93059541af6c1eec737339746189bfacd
parent08fc7b8fac1d27d7e9f964309cbc32de0abd2c0d
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>
common/board_f.c