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>
This commit is contained in:
parent
85b2b27e33
commit
bc44178f02
|
@ -31,7 +31,6 @@ int read_spd_from_cbfs(u8 *buf, int idx)
|
||||||
size_t spd_file_len = 0;
|
size_t spd_file_len = 0;
|
||||||
size_t min_len = (idx + 1) * SPD_SIZE;
|
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 = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
|
||||||
&spd_file_len);
|
&spd_file_len);
|
||||||
if (!spd_file)
|
if (!spd_file)
|
||||||
|
|
Loading…
Reference in New Issue