forked from len0rd/rockbox
Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Also add hardware defines for the 9th DMA channel we discovered on the S5L8701, and fix the µsec timer (there were missing braces).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b7e5361d2
commit
c9dd93e286
3 changed files with 15 additions and 8 deletions
|
@ -151,7 +151,7 @@
|
|||
#define FLASH_SIZE 0x400000
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 192000000
|
||||
#define CPU_FREQ 191692800
|
||||
|
||||
/* Define this if you have ATA power-off control */
|
||||
//#define HAVE_ATA_POWER_OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue