summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233')
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index fdad03ea78..dc0a9762cc 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -299,8 +299,8 @@ bool dbg_hw_info_clkctrl(void)
299 #undef c 299 #undef c
300 } 300 }
301 int line = ARRAYLEN(dbg_clk) + 1; 301 int line = ARRAYLEN(dbg_clk) + 1;
302 lcd_putsf(0, line, "auto slow: %d emi sync: %d", imx233_clkctrl_is_auto_slow_enabled(), 302 lcd_putsf(0, line, "as: %d/%d emi sync: %d", imx233_clkctrl_is_auto_slow_enabled(),
303 imx233_clkctrl_is_emi_sync_enabled()); 303 1 << imx233_clkctrl_get_auto_slow_divisor(), imx233_clkctrl_is_emi_sync_enabled());
304 line++; 304 line++;
305 lcd_putsf(0, line, "as monitor: "); 305 lcd_putsf(0, line, "as monitor: ");
306 int x_off = 12; 306 int x_off = 12;