summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 8a70ca0f56..504de0f471 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -101,6 +101,9 @@
101/* The start address index for ROM builds */ 101/* The start address index for ROM builds */
102#define ROM_START 0x00000000 102#define ROM_START 0x00000000
103 103
104/* The size of the flash ROM */
105#define FLASH_SIZE 0x100000
106
104/* Define this to the CPU frequency */ 107/* Define this to the CPU frequency */
105#define CPU_FREQ 11289600 108#define CPU_FREQ 11289600
106 109