From d891ab95c2086503f1bfca4c34af35cb64dfab1f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:27 -0600 Subject: board_f: powerpc: Move prt_83xx_rsr() to private code This function is called just before checkcpu() on MPX83xx. Move it to the code for that arch. Signed-off-by: Simon Glass --- common/board_f.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/board_f.c b/common/board_f.c index b53f1b663a..6995f741a6 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -849,9 +849,6 @@ static const init_fnc_t init_sequence_f[] = { prt_8260_rsr, prt_8260_clks, #endif /* CONFIG_MPC8260 */ -#if defined(CONFIG_MPC83xx) - prt_83xx_rsr, -#endif #if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SH) checkcpu, #endif -- cgit