commit | 2f8560c38845fda9290a32b24240994bf6ff25f7 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 11 07:44:56 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 344720ff67fb622fb644542e0232c3da3f55311b | |
parent | 5b0a9cdbed9c294bbc5725ce617aeab3fc3ef0bf [diff] |
x86: Call board_final_cleanup() in last_stage_init() At present board_final_cleanup() is called before booting a Linux kernel. This actually needs to be done before booting anything, like SeaBIOS, VxWorks or Windows. Move the call to last_stage_init() instead. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>