x86: fsp: Add comments about U-Boot entering start.S twice
authorBin Meng <bmeng.cn@gmail.com>
Thu, 20 Aug 2015 13:40:20 +0000 (06:40 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:11 +0000 (07:54 -0700)
commit48aa6c261492235c1e48c17a6604b71e032485e8
treecd4488812d722ee464b613545fcf0cefd782e39e
parent57b10f59b7c6ff0d3827e39acb6c3e348adbc14a
x86: fsp: Add comments about U-Boot entering start.S twice

Add some comments in start.S for the fact that with FSP U-Boot
actually enters the code twice. Also change to use fsp_init()
and fsp_continue for accuracy.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/start.S
arch/x86/lib/fsp/fsp_car.S