summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:02 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:39 (GMT)
commite8c8f48dd21325f9bf37fcf70a7723395ead9ecb (patch)
treedae8fb65bbf5f02cce4babc7eb13bc6865833548 /include/common.h
parentb885d02e2c3ebb05c723519d8f566cb409d223df (diff)
downloadu-boot-e8c8f48dd21325f9bf37fcf70a7723395ead9ecb.tar.xz
common: Drop cpu_init_f() declarations
These arch-specific functions are not needed here. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/common.h b/include/common.h
index 3004c22..7eab4eb 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 */