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>
This commit is contained in:
Elyes HAOUAS 2022-02-04 20:03:17 +01:00 committed by Felix Held
parent 5b76ae9611
commit 1f6b7a273b
1 changed files with 1 additions and 1 deletions

View File

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