common: Remove timer_init() call for x86
authorBin Meng <bmeng.cn@gmail.com>
Wed, 9 Dec 2015 01:31:40 +0000 (17:31 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 9 Dec 2015 09:44:49 +0000 (17:44 +0800)
commit2317cf0970318a7f992acf968540dfcd6ff90f7b
tree3d5f4dad9b0477c35ff7a3ad8b27d376d96c7a1c
parent4932443d260d23c882e48eefcc66a83dfca7ee5a
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>
common/board_f.c