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:
parent
5b76ae9611
commit
1f6b7a273b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue