diff options
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r-- | firmware/export/pp5020.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index a71ca7ef05..4e0e6eac2a 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -20,6 +20,8 @@ #define __PP5020_H__ /* All info gleaned and/or copied from the iPodLinux project. */ +#define DRAM_START 0x10000000 + #define CPU_CTL (*(volatile unsigned long *)(0x60007000)) #define COP_CTL (*(volatile unsigned long *)(0x60007004)) |