diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/spd_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/spd_cache.h b/src/include/spd_cache.h index 669639be7c..912aa64295 100644 --- a/src/include/spd_cache.h +++ b/src/include/spd_cache.h @@ -18,9 +18,9 @@ #include <stdint.h> #if IS_ENABLED(CONFIG_SPD_CACHE) -int read_spd_from_cbfs(u8 *buf, int idx); +int read_ddr3_spd_from_cbfs(u8 *buf, int idx); #else -static inline int read_spd_from_cbfs(u8 *buf, int idx) { return -1; } +static inline int read_ddr3_spd_from_cbfs(u8 *buf, int idx) { return -1; } #endif #endif |