[PATCH 11/15] ddr: altera: n5x: fix debug log typo

Chen Huei Lok chen.huei.lok at altera.com
Wed Jul 8 03:12:24 CEST 2026


From: Tien Fong Chee <tien.fong.chee at altera.com>

Fix a typo in the calibration-result debug log messages.

Signed-off-by: Tien Fong Chee <tien.fong.chee at altera.com>
Signed-off-by: Chen Huei Lok <chen.huei.lok at altera.com>
---
 drivers/ddr/altera/sdram_n5x.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/ddr/altera/sdram_n5x.c b/drivers/ddr/altera/sdram_n5x.c
index 0bb04c5eac6..6fed9b79257 100644
--- a/drivers/ddr/altera/sdram_n5x.c
+++ b/drivers/ddr/altera/sdram_n5x.c
@@ -2336,7 +2336,7 @@ static void set_cal_res_to_rankctrl(u32 reg_addr, u16 update_value,
 
 	debug("max value divided by 2 is 0x%x\n", update_value);
 	debug("umclt2 register 0x%x value is 0%x before ", reg_addr, reg);
-	debug("update with train result\n");
+	debug("updating with train result\n");
 
 	value = (reg & mask) >> shift;
 
@@ -2357,7 +2357,7 @@ static void set_cal_res_to_rankctrl(u32 reg_addr, u16 update_value,
 
 	reg = readl((uintptr_t)reg_addr);
 	debug("umclt2 register 0x%x value is 0%x before ", reg_addr, reg);
-	debug("update with train result\n");
+	debug("updating with train result\n");
 }
 
 /* helper function for updating train result to register */
@@ -2370,7 +2370,7 @@ static void set_cal_res_to_reg(u32 reg_addr, u16 update_value, u32 mask,
 
 	debug("max value divided by 2 is 0x%x\n", update_value);
 	debug("umclt2 register 0x%x value is 0%x before ", reg_addr, reg);
-	debug("update with train result\n");
+	debug("updating with train result\n");
 
 	value = (reg & mask) >> shift;
 
@@ -2381,7 +2381,7 @@ static void set_cal_res_to_reg(u32 reg_addr, u16 update_value, u32 mask,
 
 	reg = readl((uintptr_t)reg_addr);
 	debug("umclt2 register 0x%x value is 0%x before ", reg_addr, reg);
-	debug("update with train result\n");
+	debug("updating with train result\n");
 }
 
 static u16 get_max_txdqsdlytg0_ux_p0(struct ddr_handoff *handoff, u32 reg,
-- 
2.43.7



More information about the U-Boot mailing list