aboutsummaryrefslogtreecommitdiff
path: root/src/device/dram
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-11-27 04:58:02 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-01-10 21:24:27 +0100
commitbc44178f0240fe2e6165f300674e3e74a021a0b9 (patch)
treedab98d241f35b3d97064c49c5380ca76ab33c402 /src/device/dram
parent85b2b27e3309fcd783b825682dd715bee089ad01 (diff)
SPD_CACHE: Drop debug statement
Output from CBFS functions is enough. Change-Id: I94d4a20a24f88eeacbe4aeb2e03a15974d18b16c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17923 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
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)