Skip to content
Snippets Groups Projects
Commit 2317cf09 authored by Bin Meng's avatar Bin Meng
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 4932443d
No related branches found
No related tags found
No related merge requests found
...@@ -825,7 +825,7 @@ static init_fnc_t init_sequence_f[] = { ...@@ -825,7 +825,7 @@ static init_fnc_t init_sequence_f[] = {
/* TODO: can we rename this to timer_init()? */ /* TODO: can we rename this to timer_init()? */
init_timebase, init_timebase,
#endif #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_BLACKFIN) || defined(CONFIG_NDS32) || \
defined(CONFIG_SPARC) defined(CONFIG_SPARC)
timer_init, /* initialize timer */ timer_init, /* initialize timer */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment