[U-Boot] [PATCH 29/38] common: Drop cpu_init_f() declarations

Simon Glass sjg at chromium.org
Wed May 17 14:23:02 UTC 2017


These arch-specific functions are not needed here.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/common.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/common.h b/include/common.h
index 3004c22b72..7eab4eb73d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -674,17 +674,6 @@ int	ppc440spe_revB(void);
 void	get_sys_info  ( sys_info_t * );
 #endif
 
-/* $(CPU)/cpu_init.c */
-#if defined(CONFIG_8xx) || defined(CONFIG_MPC8260)
-void	cpu_init_f    (volatile immap_t *immr);
-#endif
-#if defined(CONFIG_4xx) || defined(CONFIG_MCF52x2) || defined(CONFIG_MPC86xx)
-void	cpu_init_f    (void);
-#endif
-#ifdef CONFIG_MPC85xx
-ulong cpu_init_f(void);
-#endif
-
 int	cpu_init_r    (void);
 
 /* $(CPU)/interrupts.c */
-- 
2.13.0.303.g4ebf302169-goog



More information about the U-Boot mailing list