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 --- include/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 75e70ae8ea8..2e02709c660 100644 --- a/include/common.h +++ b/include/common.h @@ -712,8 +712,6 @@ ulong cpu_init_f(void); int cpu_init_r (void); #if defined(CONFIG_MPC8260) int prt_8260_rsr (void); -#elif defined(CONFIG_MPC83xx) -int prt_83xx_rsr (void); #endif /* $(CPU)/interrupts.c */ -- cgit v1.2.3