UPSTREAM: SPD_CACHE: Drop debug statement

Output from CBFS functions is enough.

BUG=none
BRANCH=none
TEST=none

Change-Id: I2738e0c1af6324ef0a744c114e5390161c84e92a
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: bc44178f02
Original-Change-Id: I94d4a20a24f88eeacbe4aeb2e03a15974d18b16c
Original-Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/17923
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/428243
Commit-Ready: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki 2016-11-27 04:58:02 +02:00 committed by chrome-bot
parent 0bf36055be
commit f827fada9d

View file

@ -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)