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>
This commit is contained in:
Elyes HAOUAS 2022-02-04 19:59:20 +01:00 committed by Felix Held
parent 8b627daf80
commit 9d28899f2d
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}