summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-04 20:03:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-10 12:49:38 +0000
commit1f6b7a273bd7bddb32d8a0e56ab5225110269b20 (patch)
treeb9a7d4191a3d42bdc78ff6ca3e8db77504d77f3a
parent5b76ae96117bee8ea424a1817c30bee12c186eac (diff)
downloadcoreboot-1f6b7a273bd7bddb32d8a0e56ab5225110269b20.tar.gz
coreboot-1f6b7a273bd7bddb32d8a0e56ab5225110269b20.tar.bz2
coreboot-1f6b7a273bd7bddb32d8a0e56ab5225110269b20.zip
soc/mediatek/mt8173/dramc_pi_calibration_api.c: Remove duplicated "ERROR" in log message
Change-Id: I846c21bd690372ec416fb3d3b3954bf181b0204c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61637 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/mediatek/mt8173/dramc_pi_calibration_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c b/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
index 0145c4e9ceca..fc5c58c0c6fb 100644
--- a/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
+++ b/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
@@ -591,7 +591,7 @@ u8 dramk_calcu_best_dly(u8 bit, struct dqs_perbit_dly *p, u8 *p_max_byte)
if (hold == 0) {
/* like this: (mean this bit is error) */
/* xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx */
- printk(BIOS_ERR, "ERROR, error bit %d, "
+ printk(BIOS_ERR, "Error at bit %d, "
"setup_time = hold_time = 0!!\n", bit);
fail = 1;
}