diff options
| author | Stefan Roese <sr@denx.de> | 2008-09-08 14:11:12 +0200 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-09-08 14:11:12 +0200 |
| commit | 5ff889349d2ace13f10c9335e09365fcec8247cc (patch) | |
| tree | 060c8e5a885b0e6352c333fb507d795194322c74 /include/common.h | |
| parent | c351575c226eaad85f12b0d346e762260b263531 (diff) | |
| download | olio-uboot-2014.01-5ff889349d2ace13f10c9335e09365fcec8247cc.tar.xz olio-uboot-2014.01-5ff889349d2ace13f10c9335e09365fcec8247cc.zip | |
ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
This patch moves some 4xx specific prototypes out of include common.h
to a ppc4xx specific header.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/common.h b/include/common.h index 2516bfd30..a394988b5 100644 --- a/include/common.h +++ b/include/common.h @@ -287,27 +287,6 @@ void pciinfo (int, int); #endif #endif -/* - * Prototypes - */ -#if defined(CONFIG_SDRAM_PPC4xx_IBM_DDR2) -void blank_string(int); -inline void ppc4xx_ibm_ddr2_register_dump(void); -#if defined(CONFIG_440) -u32 mfdcr_any(u32); -void mtdcr_any(u32, u32); -#endif -#if defined(CONFIG_SPD_EEPROM) -u32 ddr_wrdtr(u32); -u32 ddr_clktr(u32); -void spd_ddr_init_hang(void); -#endif -#endif /* defined(CONFIG_SDRAM_PPC4xx_IBM_DDR2) */ - -#if defined(CONFIG_PPC4xx_DDR_AUTOCALIBRATION) -u32 DQS_autocalibration(void); -#endif /* CONFIG_PPC4xx_DDR_AUTOCALIBRATION */ - int misc_init_f (void); int misc_init_r (void); |