diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-06-17 03:15:37 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-15 00:03:16 (GMT) |
commit | 61788e468ebe4a7b8c852ab4e761e084a7975a93 (patch) | |
tree | 8dc86502e078aca895962820d8fe62b6b82f8f71 /configs | |
parent | 6e6f4ce4f82501e35301322872152fe28846d743 (diff) | |
download | u-boot-61788e468ebe4a7b8c852ab4e761e084a7975a93.tar.xz |
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 'configs')
0 files changed, 0 insertions, 0 deletions