diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-08-01 22:44:02 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-01 22:44:02 +0000 |
| commit | cb896cdd04ae04cbf9cb59990c920e579ea6887a (patch) | |
| tree | 27fa4213a221e5b3827321d25d1c8c0d8dd06419 /firmware/export/pp5002.h | |
| parent | a049fa7c82cf155314c7e141f72ac8f8a7cf92fb (diff) | |
| download | rockbox-cb896cdd04ae04cbf9cb59990c920e579ea6887a.zip rockbox-cb896cdd04ae04cbf9cb59990c920e579ea6887a.tar.gz rockbox-cb896cdd04ae04cbf9cb59990c920e579ea6887a.tar.bz2 rockbox-cb896cdd04ae04cbf9cb59990c920e579ea6887a.tar.xz | |
Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5002.h')
| -rw-r--r-- | firmware/export/pp5002.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h index 83f8456..9d757ea 100644 --- a/firmware/export/pp5002.h +++ b/firmware/export/pp5002.h @@ -141,9 +141,4 @@ #define MMAP3_LOGICAL (*(volatile unsigned long *)(0xf000f018)) #define MMAP3_PHYSICAL (*(volatile unsigned long *)(0xf000f01c)) -/* FIXME: These are PP502x definitions, but without them, iPod 3rd gen - * doesn't compile. The correct values for 3rd gen are not yet known. */ -#define DEV_INIT (*(volatile unsigned long *)(0x70000020)) -#define INIT_USB 0x80000000 - #endif |