fix i810 boards with ram init debugging disabled.
Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6220 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ef15ff4de4
commit
cdcf9833e8
@ -30,6 +30,10 @@ void sdram_set_spd_registers(void);
|
|||||||
void sdram_enable(void);
|
void sdram_enable(void);
|
||||||
|
|
||||||
/* Debug */
|
/* Debug */
|
||||||
|
#if CONFIG_DEBUG_RAM_SETUP
|
||||||
void dump_spd_registers(void);
|
void dump_spd_registers(void);
|
||||||
void dump_pci_device(unsigned dev);
|
void dump_pci_device(unsigned dev);
|
||||||
|
#else
|
||||||
|
#define dump_spd_registers()
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user