summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-11 21:26:58 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-11 21:26:58 +0000
commitd6e822cab9b4f1294a8789632c737d0d8f71ef58 (patch)
treedc6b6888ac54ff0a3f1974b87b18dfaa81e65ea4 /firmware/export/config-ondiofm.h
parent81cf65e496b94e12d962bbaf59b166244737bb3a (diff)
downloadrockbox-d6e822cab9b4f1294a8789632c737d0d8f71ef58.tar.gz
rockbox-d6e822cab9b4f1294a8789632c737d0d8f71ef58.zip
Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA address are all derived from the hw mask, and master/slave isn't displayed on other targets either). * Get rid of all the USB*STYLE macros (except USB_IPODSTYLE).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index fbc0c0e098..0e691b70e3 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -78,12 +78,6 @@
78/* Define this if the tuner is switched on by software */ 78/* Define this if the tuner is switched on by software */
79#define HAVE_TUNER_PWR_CTRL 79#define HAVE_TUNER_PWR_CTRL
80 80
81/* How to detect USB */
82#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */
83
84/* How to enable USB */
85#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
86
87/* The start address index for ROM builds */ 81/* The start address index for ROM builds */
88/* #define ROM_START 0x16010 for behind original Archos */ 82/* #define ROM_START 0x16010 for behind original Archos */
89#define ROM_START 0x7010 /* for behind BootBox */ 83#define ROM_START 0x7010 /* for behind BootBox */