From bae0756acf71aa8a59c6c4f4aed302bef79e4678 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 19 May 2010 17:56:47 +0000 Subject: 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 --- firmware/export/as3525.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/as3525.h') 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 /* Timer frequency */ #define TIMER_FREQ (24000000 / 16) -/* USB : TODO */ +/* USB */ #define USB_NUM_ENDPOINTS 4 -#define USB_DEVBSS_ATTR IBSS_ATTR +#define USB_DEVBSS_ATTR /* I2SIN registers */ -- cgit