diff --git a/common/board_f.c b/common/board_f.c index 29b49c3ab69b2f07865eaa037e5ae4a3f34c2b7c..769889123b48216df5f5f89d6e18b5ffcf5668f5 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -788,9 +788,6 @@ static init_fnc_t init_sequence_f[] = { /* TODO: can we rename this to timer_init()? */ init_timebase, #endif -#if defined(CONFIG_BOARD_EARLY_INIT_F) - board_early_init_f, -#endif #ifdef CONFIG_ARM timer_init, /* initialize timer */ #endif