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)