summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r--firmware/export/config-ipodmini.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 6fa31d9e19..687c55e3b0 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -95,6 +95,9 @@
95/* The start address index for ROM builds */ 95/* The start address index for ROM builds */
96#define ROM_START 0x00000000 96#define ROM_START 0x00000000
97 97
98/* The size of the flash ROM */
99#define FLASH_SIZE 0x100000
100
98/* Define this to the CPU frequency */ 101/* Define this to the CPU frequency */
99#define CPU_FREQ 11289600 102#define CPU_FREQ 11289600
100 103