summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/debug-imx233.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-16 21:15:09 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-17 00:29:25 +0200
commit52426d08918eadfba178f74e1bd5d1663f9c73e0 (patch)
tree3a9488a65d7d3f854f84615238ce174dfd956c6a /firmware/target/arm/imx233/debug-imx233.c
parentf4fdf1ffe2189dafd1ebbbbf50f1a4626364ead3 (diff)
downloadrockbox-52426d08918eadfba178f74e1bd5d1663f9c73e0.tar.gz
rockbox-52426d08918eadfba178f74e1bd5d1663f9c73e0.zip
imx233: fix pinctrl for stmp3600 and stmp3700
Change-Id: I87281b89315890fa285cb9a63fda5c90bdc8cdbf
Diffstat (limited to 'firmware/target/arm/imx233/debug-imx233.c')
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index 7cb217f40f..7d690446d8 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -489,7 +489,7 @@ bool dbg_hw_info_pinctrl(void)
489 489
490 lcd_clear_display(); 490 lcd_clear_display();
491 for(int i = 0; i < 4; i++) 491 for(int i = 0; i < 4; i++)
492 lcd_putsf(0, i, "DIN%d = 0x%08x", i, imx233_pinctrl_get_gpio_mask(i, 0xffffffff)); 492 lcd_putsf(0, i, "DIN%d = 0x%08x", i, HW_PINCTRL_DINn(i));
493#ifdef IMX233_PINCTRL_DEBUG 493#ifdef IMX233_PINCTRL_DEBUG
494 unsigned cur_line = 6; 494 unsigned cur_line = 6;
495 unsigned last_line = lcd_getheight() / font_get(lcd_getfont())->height; 495 unsigned last_line = lcd_getheight() / font_get(lcd_getfont())->height;