summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod6g.h
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2011-02-09 21:45:57 +0000
committerMichael Sparmann <theseven@rockbox.org>2011-02-09 21:45:57 +0000
commit44870b7415e8fbe4aa52e55e499a6d774cc721cf (patch)
tree80d1931d8d8cbdeadf07ac17a9817caa05adb5a5 /firmware/export/config/ipod6g.h
parentacf54bed55752c1d2af6e9067e84b43d278cf01a (diff)
downloadrockbox-44870b7415e8fbe4aa52e55e499a6d774cc721cf.tar.gz
rockbox-44870b7415e8fbe4aa52e55e499a6d774cc721cf.zip
iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29265 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipod6g.h')
-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