aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/eve/spd/spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/eve/spd/spd.c')
-rw-r--r--src/mainboard/google/eve/spd/spd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/eve/spd/spd.c b/src/mainboard/google/eve/spd/spd.c
index 330ea5201c..e9405f08cb 100644
--- a/src/mainboard/google/eve/spd/spd.c
+++ b/src/mainboard/google/eve/spd/spd.c
@@ -82,8 +82,7 @@ uintptr_t mainboard_get_spd_data(void)
printk(BIOS_INFO, "SPD index %d\n", spd_index);
/* Load SPD data from CBFS */
- spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
- &spd_file_len);
+ spd_file = cbfs_map("spd.bin", &spd_file_len);
if (!spd_file)
die("SPD data not found.");