aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-04 19:59:20 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-08 16:19:52 +0000
commit9d28899f2dfb72529b26dca2a46c6c088c587a41 (patch)
treee4351255347400ca0c4ad9fad08aecc8993942b3 /src
parent8b627daf80d0e925b771148375f9cb22c100d7e3 (diff)
soc/intel/quark/storage_test.c: Remove duplicated "ERROR" in log message
Change-Id: I7697512a63b58ca7d7200c74a409822389db0762 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/quark/storage_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/quark/storage_test.c b/src/soc/intel/quark/storage_test.c
index e7e464601c..04c673616d 100644
--- a/src/soc/intel/quark/storage_test.c
+++ b/src/soc/intel/quark/storage_test.c
@@ -184,8 +184,7 @@ void storage_test(uint32_t bar, int full_initialization)
err = sdhci_controller_init(sdhci_ctrlr, (void *)bar);
if (err) {
display_log();
- printk(BIOS_ERR,
- "ERROR - Controller failed to initialize, err = %d\n",
+ printk(BIOS_ERR, "Controller failed to initialize, err = %d\n",
err);
return;
}