commit | e8e589d50157769b0825128bb058e198d2a9c818 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Oct 22 19:13:33 2015 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 06:46:20 2015 -0800 |
tree | 3a26a8a081971a7b8327c2e658f5bb9997fb0fc3 | |
parent | 239a40aed81226d21452cd6eaaa8a00271a7008d [diff] |
x86: Move timer_init() call a bit earlier Currently timer_init() is called in board_r.c which is quite late. Some vgabios execution requires we set up the i8254 timer correctly, but video initialization comes before timer_init(). Move the call to board_f.c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>