commit | b2e7898268bfe83b5c3fa0e37aa26ffa5684c270 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Dec 08 17:31:39 2015 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 09 17:44:44 2015 +0800 |
tree | 35326f67305f69e945eff5b9bd16ba41cd2b149d | |
parent | 20e9e1630a5ff489debec4e8adcd5b85e614fdec [diff] |
x86: Move i8254_init() to x86_cpu_init_f() Right now i8254_init() is called from timer_init() in the tsc timer driver. But actually i8254 and tsc are completely different things. Since tsc timer has been converted to driver model, we should find a new place that is appropriate for U-Boot to call i8254_init(), which is now x86_cpu_init_f(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>