aboutsummaryrefslogtreecommitdiff
path: root/src/device/dram
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/dram')
-rw-r--r--src/device/dram/spd_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/dram/spd_cache.c b/src/device/dram/spd_cache.c
index b0344ece45..c7dd97dc8f 100644
--- a/src/device/dram/spd_cache.c
+++ b/src/device/dram/spd_cache.c
@@ -31,7 +31,6 @@ int read_spd_from_cbfs(u8 *buf, int idx)
size_t spd_file_len = 0;
size_t min_len = (idx + 1) * SPD_SIZE;
- printk(BIOS_DEBUG, "read SPD\n");
spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
&spd_file_len);
if (!spd_file)