From 96dec04207604fdd58ab2f76f8667542c03902e4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 7 Jul 2020 18:46:51 +0200 Subject: soc/intel/braswell: Drop some BIOS_SPEW printk's This reduces the differences between Bay Trail and Braswell. Change-Id: I60e4db72eed17cdeebd30b010f351e1ffc4187e3 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/43182 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/soc/intel/braswell/emmc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/braswell/emmc.c') diff --git a/src/soc/intel/braswell/emmc.c b/src/soc/intel/braswell/emmc.c index 96f1f07036..954b5b4b50 100644 --- a/src/soc/intel/braswell/emmc.c +++ b/src/soc/intel/braswell/emmc.c @@ -20,7 +20,6 @@ static void emmc_init(struct device *dev) { struct soc_intel_braswell_config *config = config_of(dev); - printk(BIOS_SPEW, "%s/%s (%s)\n", __FILE__, __func__, dev_name(dev)); printk(BIOS_DEBUG, "eMMC init\n"); reg_script_run_on_dev(dev, emmc_ops); -- cgit v1.2.3