summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-19 17:56:47 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-19 17:56:47 +0000
commitbae0756acf71aa8a59c6c4f4aed302bef79e4678 (patch)
treedbd6dd8bfa11067e35f784f5e957ef275fc93404 /firmware/export/as3525.h
parent0b28594036f0350bd2e9d3074a8284b38e36fadd (diff)
downloadrockbox-bae0756acf71aa8a59c6c4f4aed302bef79e4678.tar.gz
rockbox-bae0756acf71aa8a59c6c4f4aed302bef79e4678.zip
as3525: don't use IRAM for usb, and avoid usb storage using uncached addresses behind our back
No need for special address handling, all addresses are equal to their physical address git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26176 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index e578b608a6..a58a0ae0ad 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -530,9 +530,9 @@ CE lines
530/* Timer frequency */ 530/* Timer frequency */
531#define TIMER_FREQ (24000000 / 16) 531#define TIMER_FREQ (24000000 / 16)
532 532
533/* USB : TODO */ 533/* USB */
534#define USB_NUM_ENDPOINTS 4 534#define USB_NUM_ENDPOINTS 4
535#define USB_DEVBSS_ATTR IBSS_ATTR 535#define USB_DEVBSS_ATTR
536 536
537/* I2SIN registers */ 537/* I2SIN registers */
538 538