aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/traverse
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/traverse')
-rw-r--r--src/mainboard/traverse/geos/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/traverse/geos/romstage.c b/src/mainboard/traverse/geos/romstage.c
index be8a600e0b..72cd9c0573 100644
--- a/src/mainboard/traverse/geos/romstage.c
+++ b/src/mainboard/traverse/geos/romstage.c
@@ -35,7 +35,7 @@
#include "southbridge/amd/cs5536/early_setup.c"
#include "northbridge/amd/lx/raminit.h"
-static inline int spd_read_byte(unsigned int device, unsigned int address)
+int spd_read_byte(unsigned int device, unsigned int address)
{
return smbus_read_byte(device, address);
}