diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-02-04 20:03:17 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-10 12:49:38 +0000 |
commit | 1f6b7a273bd7bddb32d8a0e56ab5225110269b20 (patch) | |
tree | b9a7d4191a3d42bdc78ff6ca3e8db77504d77f3a | |
parent | 5b76ae96117bee8ea424a1817c30bee12c186eac (diff) |
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.c | 2 |
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 0145c4e9ce..fc5c58c0c6 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; } |