1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

common: Move PPC4xx_SYS_INFO() et al to arch-specific header

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

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 08:23:04 -06:00
committed by Tom Rini
parent a2038d7b1e
commit 8fb69c1654
2 changed files with 4 additions and 6 deletions

View File

@@ -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 */