summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/hurricane-lx/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/hurricane-lx/romstage.c')
-rw-r--r--src/mainboard/lippert/hurricane-lx/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lippert/hurricane-lx/romstage.c b/src/mainboard/lippert/hurricane-lx/romstage.c
index 99d092fe50..7cc7785cf8 100644
--- a/src/mainboard/lippert/hurricane-lx/romstage.c
+++ b/src/mainboard/lippert/hurricane-lx/romstage.c
@@ -41,7 +41,7 @@
/* Bit0 enables Spread Spectrum. */
#define SMC_CONFIG 0x01
-static inline int spd_read_byte(unsigned int device, unsigned int address)
+int spd_read_byte(unsigned int device, unsigned int address)
{
if (device != DIMM0)
return 0xFF; /* No DIMM1, don't even try. */