summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipod6g.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 16cf9afcef..6ab89e5869 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -168,10 +168,9 @@
168#define HAVE_USB_CHARGING_ENABLE 168#define HAVE_USB_CHARGING_ENABLE
169 169
170/* The size of the flash ROM */ 170/* The size of the flash ROM */
171#define FLASH_SIZE 0x400000 171#define FLASH_SIZE 0x1000000
172 172
173/* Define this to the CPU frequency */ 173/* Define this to the CPU frequency */
174//TODO: Figure out exact value
175#define CPU_FREQ 216000000 174#define CPU_FREQ 216000000
176 175
177/* define this if the hardware can be powered off while charging */ 176/* define this if the hardware can be powered off while charging */
@@ -195,7 +194,7 @@
195#define MAX_PHYS_SECTOR_SIZE 4096 194#define MAX_PHYS_SECTOR_SIZE 4096
196 195
197/* Define this if you have adjustable CPU frequency */ 196/* Define this if you have adjustable CPU frequency */
198//TODO: #define HAVE_ADJUSTABLE_CPU_FREQ 197#define HAVE_ADJUSTABLE_CPU_FREQ
199 198
200#define BOOTFILE_EXT "ipod" 199#define BOOTFILE_EXT "ipod"
201#define BOOTFILE "rockbox." BOOTFILE_EXT 200#define BOOTFILE "rockbox." BOOTFILE_EXT