summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-08-01 22:44:02 +0000
committerJens Arnold <amiconn@rockbox.org>2007-08-01 22:44:02 +0000
commitcb896cdd04ae04cbf9cb59990c920e579ea6887a (patch)
tree27fa4213a221e5b3827321d25d1c8c0d8dd06419 /firmware/export/pp5002.h
parenta049fa7c82cf155314c7e141f72ac8f8a7cf92fb (diff)
downloadrockbox-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.h5
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