From bc44178f0240fe2e6165f300674e3e74a021a0b9 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 27 Nov 2016 04:58:02 +0200 Subject: SPD_CACHE: Drop debug statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Output from CBFS functions is enough. Change-Id: I94d4a20a24f88eeacbe4aeb2e03a15974d18b16c Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17923 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/device/dram/spd_cache.c | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3