mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
0bf36055be
commit
f827fada9d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue