[coreboot-gerrit] New patch to review for coreboot: SPD_CACHE: Drop debug statement

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Dec 20 10:12:59 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17923

-gerrit

commit 4f35fa719c0bf7ed4daeb202ba98b9ef7016e2b2
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Nov 27 04:58:02 2016 +0200

    SPD_CACHE: Drop debug statement
    
    Output from CBFS functions is enough.
    
    Change-Id: I94d4a20a24f88eeacbe4aeb2e03a15974d18b16c
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 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 b0344ec..c7dd97d 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)



More information about the coreboot-gerrit mailing list