]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
common: Drop cpu_init_f() declarations
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 14:23:02 +0000 (08:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 15:02:39 +0000 (11:02 -0400)
These arch-specific functions are not needed here.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h

index 3004c22b7283672ec0102388f46c8eaef18f8ae4..7eab4eb73d0c46a758ed3da323cd559ab938fd84 100644 (file)
@@ -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 */