From 44870b7415e8fbe4aa52e55e499a6d774cc721cf Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Wed, 9 Feb 2011 21:45:57 +0000 Subject: 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 --- firmware/export/config/ipod6g.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'firmware/export/config/ipod6g.h') 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 @@ #define HAVE_USB_CHARGING_ENABLE /* The size of the flash ROM */ -#define FLASH_SIZE 0x400000 +#define FLASH_SIZE 0x1000000 /* Define this to the CPU frequency */ -//TODO: Figure out exact value #define CPU_FREQ 216000000 /* define this if the hardware can be powered off while charging */ @@ -195,7 +194,7 @@ #define MAX_PHYS_SECTOR_SIZE 4096 /* Define this if you have adjustable CPU frequency */ -//TODO: #define HAVE_ADJUSTABLE_CPU_FREQ +#define HAVE_ADJUSTABLE_CPU_FREQ #define BOOTFILE_EXT "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT -- cgit v1.2.3