aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-11-27 15:04:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-30 08:09:13 +0000
commit4b84a2c8a2db0998406abd5ed304814a5f2110a3 (patch)
tree1956badea994acb927975836f76fd70c66fe9519 /src/drivers
parent2ac88f2347352c5dff0af18d5130dbdd6f032930 (diff)
drivers/intel/fsp2_0: Remove console in weak function
This pollutes the log on all platforms not implementing an override. Change-Id: I0d8371447ee7820cd8e86e9d3d5e70fcf4f91e34 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48128 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp2_0/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index 490816d343..866db586e2 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -241,5 +241,4 @@ void lb_string_platform_blob_version(struct lb_header *header)
__weak void soc_validate_fsp_version(const struct fsp_header *hdr)
{
- printk(BIOS_DEBUG, "%s not implemented.\n", __func__);
}