diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-06-17 11:15:37 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-14 18:03:16 -0600 |
commit | 61788e468ebe4a7b8c852ab4e761e084a7975a93 (patch) | |
tree | 8dc86502e078aca895962820d8fe62b6b82f8f71 /board/stx | |
parent | 6e6f4ce4f82501e35301322872152fe28846d743 (diff) |
x86: Move lapic_setup() call into init_bsp()
Currently lapic_setup() is called before calling mp_init(), which
then calls init_bsp() where it calls enable_lapic(), which was
already enabled in lapic_setup(). Hence move lapic_setup() call
into init_bsp() to avoid the duplication.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/stx')
0 files changed, 0 insertions, 0 deletions