mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
4932443d26
commit
2317cf0970
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ static init_fnc_t init_sequence_f[] = {
|
|||
/* TODO: can we rename this to timer_init()? */
|
||||
init_timebase,
|
||||
#endif
|
||||
#if defined(CONFIG_X86) || defined(CONFIG_ARM) || defined(CONFIG_MIPS) || \
|
||||
#if defined(CONFIG_ARM) || defined(CONFIG_MIPS) || \
|
||||
defined(CONFIG_BLACKFIN) || defined(CONFIG_NDS32) || \
|
||||
defined(CONFIG_SPARC)
|
||||
timer_init, /* initialize timer */
|
||||
|
|
Loading…
Add table
Reference in a new issue