summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index b0c31d9474..95cc8d5058 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -22,6 +22,9 @@
22#define __PP5002_H__ 22#define __PP5002_H__
23 23
24/* Much info gleaned and/or copied from the iPodLinux project. */ 24/* Much info gleaned and/or copied from the iPodLinux project. */
25
26#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
27
25#define DRAM_START 0x28000000 28#define DRAM_START 0x28000000
26 29
27/* LCD bridge */ 30/* LCD bridge */