[U-Boot] [PATCH 31/38] common: Move PPC4xx_SYS_INFO() et al to arch-specific header

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


These definitions should not be in common.h. Move them to an arch-specific
header file.

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

 arch/powerpc/include/asm/ppc4xx.h | 4 ++++
 include/common.h                  | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/include/asm/ppc4xx.h b/arch/powerpc/include/asm/ppc4xx.h
index 30e6559ba4..45ff5dbacd 100644
--- a/arch/powerpc/include/asm/ppc4xx.h
+++ b/arch/powerpc/include/asm/ppc4xx.h
@@ -292,6 +292,10 @@ int ppc4xx_pci_sync_clock_config(u32 async);
 unsigned long get_OPB_freq(void);
 unsigned long get_PCI_freq(void);
 
+typedef PPC4xx_SYS_INFO sys_info_t;
+int ppc440spe_revB(void);
+void get_sys_info(sys_info_t *);
+
 #endif	/* __ASSEMBLY__ */
 
 /* for multi-cpu support */
diff --git a/include/common.h b/include/common.h
index b45f392373..3f6b636fae 100644
--- a/include/common.h
+++ b/include/common.h
@@ -662,12 +662,6 @@ static inline ulong get_ddr_freq(ulong dummy)
 ulong get_ddr_freq(ulong);
 #endif
 
-#if defined(CONFIG_4xx)
-typedef PPC4xx_SYS_INFO sys_info_t;
-int	ppc440spe_revB(void);
-void	get_sys_info  ( sys_info_t * );
-#endif
-
 int	cpu_init_r    (void);
 
 /* $(CPU)/interrupts.c */
-- 
2.13.0.303.g4ebf302169-goog



More information about the U-Boot mailing list