commit | 48aa6c261492235c1e48c17a6604b71e032485e8 | [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 | 57b10f59b7c6ff0d3827e39acb6c3e348adbc14a [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>