commit | 2317cf0970318a7f992acf968540dfcd6ff90f7b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Dec 08 17:31:40 2015 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 09 17:44:49 2015 +0800 |
tree | 3d5f4dad9b0477c35ff7a3ad8b27d376d96c7a1c | |
parent | 4932443d260d23c882e48eefcc66a83dfca7ee5a [diff] |
common: Remove timer_init() call for x86 With driver model timer support, there should not be an explict call to timer_init(). Remove this call for x86. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>