From 9503e6ede3e22747c911ff1dac14007b9eb3269a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 8 Sep 2010 01:03:11 +0000 Subject: as3525v2 usb: define USB_HAS_BULK Ask for alignement of USB buffers on cache line Also remind that the hardware is identical to the hardware in nano2g git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28033 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3525v2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/as3525v2.h') diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h index e0c13df757..c5c9c0504f 100644 --- a/firmware/export/as3525v2.h +++ b/firmware/export/as3525v2.h @@ -40,4 +40,7 @@ #define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) +#undef USB_DEVBSS_ATTR +#define USB_DEVBSS_ATTR __attribute__((aligned(32))); + #endif /* __AS3525V2_H__ */ -- cgit v1.2.3