From cb896cdd04ae04cbf9cb59990c920e579ea6887a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 1 Aug 2007 22:44:02 +0000 Subject: 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 --- firmware/export/pp5002.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/export/pp5002.h') 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 -- cgit v1.1