[coreboot] [commit] r6220 - trunk/src/northbridge/intel/i82810

repository service svn at coreboot.org
Wed Dec 29 22:02:51 CET 2010


Author: stepan
Date: Wed Dec 29 22:02:50 2010
New Revision: 6220
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6220

Log:
fix i810 boards with ram init debugging disabled.

Signed-off-by: Stefan Reinauer <stepan at coreboot.org>
Acked-by: Stefan Reinauer <stepan at coreboot.org>

Modified:
   trunk/src/northbridge/intel/i82810/raminit.h

Modified: trunk/src/northbridge/intel/i82810/raminit.h
==============================================================================
--- trunk/src/northbridge/intel/i82810/raminit.h	Wed Dec 29 21:31:31 2010	(r6219)
+++ trunk/src/northbridge/intel/i82810/raminit.h	Wed Dec 29 22:02:50 2010	(r6220)
@@ -30,6 +30,10 @@
 void sdram_enable(void);
 
 /* Debug */
+#if CONFIG_DEBUG_RAM_SETUP
 void dump_spd_registers(void);
 void dump_pci_device(unsigned dev);
+#else
+#define dump_spd_registers()
+#endif
 #endif




More information about the coreboot mailing list