summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/debug-as3525.c')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index a32eb3735a..8c9ff15859 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -380,6 +380,9 @@ bool __dbg_hw_info(void)
380#if CONFIG_CPU == AS3525 380#if CONFIG_CPU == AS3525
381 lcd_putsf(0, line++, "MCI_NAND :%8x", (unsigned int)(MCI_NAND)); 381 lcd_putsf(0, line++, "MCI_NAND :%8x", (unsigned int)(MCI_NAND));
382 lcd_putsf(0, line++, "MCI_SD :%8x", (unsigned int)(MCI_SD)); 382 lcd_putsf(0, line++, "MCI_SD :%8x", (unsigned int)(MCI_SD));
383#else
384 lcd_putsf(0, line++, "CGU_MEMSTK:%8x", (unsigned int)(CGU_MEMSTICK));
385 lcd_putsf(0, line++, "CGU_SDSLOT:%8x", (unsigned int)(CGU_SDSLOT));
383#endif 386#endif
384 387
385 lcd_update(); 388 lcd_update();