Revert part of r25489 as it didn't fix the problem, that the CPU frequency debug screen shows the wrong frequency after boot, properly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-04-05 19:20:56 +00:00
parent 02afc271c9
commit 3f6e5668b3
2 changed files with 3 additions and 4 deletions

View file

@ -165,7 +165,7 @@
#define CURRENT_RECORD CURRENT_NORMAL
/* Define this to the CPU frequency */
#define CPU_FREQ 40000000
#define CPU_FREQ 240000000
/* Type of LCD */
#define CONFIG_LCD LCD_FUZE

View file

@ -77,10 +77,9 @@
*/
#ifdef SANSA_FUZEV2
/* CPU_FREQ is defined in config/<target>.h
* display is unbearable slow at 24MHz
/* display is unbearably slow at 24MHz
* 34285715 HZ works ok but 40MHz works even better*/
#define AS3525_DRAM_FREQ CPU_FREQ /* Initial DRAM frequency */
#define AS3525_DRAM_FREQ 40000000 /* Initial DRAM frequency */
#else
#define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */
#endif /* SANSA_FUZEV2 */