diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-07 18:46:51 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 12:44:04 +0000 |
commit | 96dec04207604fdd58ab2f76f8667542c03902e4 (patch) | |
tree | ec3d7474d6bf16f86097685d08003719524bbfc9 /src/soc/intel/braswell/sd.c | |
parent | f7c551cf6efe103688bb39563a7dca692431d766 (diff) | |
download | coreboot-96dec04207604fdd58ab2f76f8667542c03902e4.tar.xz |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/soc/intel/braswell/sd.c')
-rw-r--r-- | src/soc/intel/braswell/sd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/sd.c b/src/soc/intel/braswell/sd.c index 34dd8353e0..5d88016619 100644 --- a/src/soc/intel/braswell/sd.c +++ b/src/soc/intel/braswell/sd.c @@ -20,8 +20,6 @@ static void sd_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)); - if (config->sdcard_cap_low != 0 || config->sdcard_cap_high != 0) { printk(BIOS_DEBUG, "Overriding SD Card controller caps.\n"); pci_write_config32(dev, CAP_OVERRIDE_LOW, config->sdcard_cap_low); |