From ea8c37da8eefbb5253b6c2990269f23abac3e97d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Mar 2013 14:39:46 +0000 Subject: arm: Remove use of board_early_init_r/last_stage_init() These boards define CONFIG_LAST_STAGE_INIT and CONFIG_BOARD_EARLY_INIT_R but these options are not available on ARM. Move them into the powerpc common file instead. This change affects: km_kirkwood_pci, mgcoge3un, kmnusa, kmcoge5un, km_kirkwood and portl2. Signed-off-by: Simon Glass --- include/configs/km/keymile-common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/km/keymile-common.h') diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index 796f330..3b15c4e 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -24,10 +24,6 @@ #ifndef __CONFIG_KEYMILE_H #define __CONFIG_KEYMILE_H -/* Do boardspecific init for all boards */ -#define CONFIG_BOARD_EARLY_INIT_R -#define CONFIG_LAST_STAGE_INIT - #define CONFIG_BOOTCOUNT_LIMIT /* -- cgit v1.1