mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
ppc4xx: Fix compile warning in 44x_spd_ddr2.c
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
6bd9138498
commit
69e2c6d0d1
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
"SDRAM_" #mnemonic, SDRAM_##mnemonic, data); \
|
||||
} while (0)
|
||||
|
||||
static void ppc4xx_ibm_ddr2_register_dump(void);
|
||||
static inline void ppc4xx_ibm_ddr2_register_dump(void);
|
||||
|
||||
#if defined(CONFIG_SPD_EEPROM)
|
||||
|
||||
|
@ -3078,7 +3078,7 @@ phys_size_t initdram(int board_type)
|
|||
}
|
||||
#endif /* CONFIG_SPD_EEPROM */
|
||||
|
||||
static void ppc4xx_ibm_ddr2_register_dump(void)
|
||||
static inline void ppc4xx_ibm_ddr2_register_dump(void)
|
||||
{
|
||||
#if defined(DEBUG)
|
||||
printf("\nPPC4xx IBM DDR2 Register Dump:\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue