summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h2
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 @@
20#define __PP5020_H__ 20#define __PP5020_H__
21 21
22/* All info gleaned and/or copied from the iPodLinux project. */ 22/* All info gleaned and/or copied from the iPodLinux project. */
23#define DRAM_START 0x10000000
24
23#define CPU_CTL (*(volatile unsigned long *)(0x60007000)) 25#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
24#define COP_CTL (*(volatile unsigned long *)(0x60007004)) 26#define COP_CTL (*(volatile unsigned long *)(0x60007004))
25 27