summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
authorJack Halpin <jack.halpin@gmail.com>2010-03-23 17:00:59 +0000
committerJack Halpin <jack.halpin@gmail.com>2010-03-23 17:00:59 +0000
commit19fc7297bae8225bfaab51bd8b1f2f8c3aa67858 (patch)
tree29cd8b2c40bb0f8f442f68db959838776ef097a9 /firmware/target/arm/as3525/debug-as3525.c
parent2d174af4433aae8cf407c7c42e1f7b90e363c5b5 (diff)
downloadrockbox-19fc7297bae8225bfaab51bd8b1f2f8c3aa67858.tar.gz
rockbox-19fc7297bae8225bfaab51bd8b1f2f8c3aa67858.zip
SansaAMSv2: Give register CGU_BASE + 0x3C the name CGU_SDSLOT.
Move CLKDIV macros into clock-target.h. Only enable the necessary interfaces for the 3 clock registers used for SD. Add MEMSTICK and SDSLOT registers to bottom of register display in View HW info debug page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25309 a1c6a512-1295-4272-9138-f99709370657
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();