HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61637 )
Change subject: soc/mediatek/mt8173/dramc_pi_calibration_api.c: Remove duplicated "ERROR" in log message ......................................................................
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 --- M src/soc/mediatek/mt8173/dramc_pi_calibration_api.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/61637/1
diff --git a/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c b/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c index 0145c4e..537c6ac 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 @@ if (hold == 0) { /* like this: (mean this bit is error) */ /* xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx */ - printk(BIOS_ERR, "ERROR, error bit %d, " + printk(BIOS_ERR, "error bit %d, " "setup_time = hold_time = 0!!\n", bit); fail = 1; }