diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-22 13:07:56 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-22 13:07:56 +0000 |
| commit | 7d9cc0e2ce94cc0b0d42371cca1abbee552ad629 (patch) | |
| tree | 979a9b0205b0edf786251ef19cff894d403d9cac /firmware/export/as3525.h | |
| parent | 2e6058787445458e8c786fbc802a8adb221050dd (diff) | |
| download | rockbox-7d9cc0e2ce94cc0b0d42371cca1abbee552ad629.zip rockbox-7d9cc0e2ce94cc0b0d42371cca1abbee552ad629.tar.gz rockbox-7d9cc0e2ce94cc0b0d42371cca1abbee552ad629.tar.bz2 rockbox-7d9cc0e2ce94cc0b0d42371cca1abbee552ad629.tar.xz | |
CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h
Rename to simply 'CCU_USB'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27518 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
| -rw-r--r-- | firmware/export/as3525.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index 52f10ef..e44b4ed 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h @@ -109,7 +109,6 @@ #define CCU_VERS (*(volatile unsigned long *)(CCU_BASE + 0x14)) #define CCU_SPARE1 (*(volatile unsigned long *)(CCU_BASE + 0x18)) #define CCU_SPARE2 (*(volatile unsigned long *)(CCU_BASE + 0x1C)) -#define CCU_USB_THINGY (*(volatile unsigned long *)(CCU_BASE + 0x20)) /* DBOP */ #define DBOP_TIMPOL_01 (*(volatile unsigned long *)(DBOP_BASE + 0x00)) |