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