diff options
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/board_f.c b/common/board_f.c index 1d81ed7c6a..23d8f6461a 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -818,7 +818,6 @@ static init_fnc_t init_sequence_f[] = { #endif arch_cpu_init, /* basic arch cpu dependent setup */ #ifdef CONFIG_X86 - cpu_init_f, /* TODO(sjg@chromium.org): remove */ # ifdef CONFIG_OF_CONTROL find_fdt, /* TODO(sjg@chromium.org): remove */ # endif |