aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/dimmSpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/dimmSpd.h')
-rw-r--r--src/soc/amd/common/dimmSpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/dimmSpd.h b/src/soc/amd/common/dimmSpd.h
index ea7a7e9805..75a7990c2c 100644
--- a/src/soc/amd/common/dimmSpd.h
+++ b/src/soc/amd/common/dimmSpd.h
@@ -20,7 +20,7 @@ AGESA_STATUS
AmdMemoryReadSPD(IN UINT32 Func, IN UINTN Data,
IN OUT AGESA_READ_SPD_PARAMS *SpdData);
-int hudson_readSpd(int spdAddress, char *buf, size_t len);
+int sb_readSpd(int spdAddress, char *buf, size_t len);
int smbus_readSpd(int spdAddress, char *buf, size_t len);
#endif