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