From 65990d568074ad878cbc7e4eb1053508e3707cb6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 14 Nov 2014 18:18:22 -0700 Subject: x86: Remove board_early_init_r() This function is not needed. Remove it to improve the generic init sequence slightly. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- common/board_r.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/board_r.c b/common/board_r.c index 19c64271ab..bfa74c7399 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -837,9 +837,6 @@ init_fnc_t init_sequence_r[] = { INIT_FUNC_WATCHDOG_RESET #ifdef CONFIG_CMD_KGDB initr_kgdb, -#endif -#ifdef CONFIG_X86 - board_early_init_r, #endif interrupt_init, #if defined(CONFIG_ARM) || defined(CONFIG_x86) -- cgit v1.2.1