1
0
Fork 0
forked from len0rd/rockbox

Fix wrongly reported CPU frequency in the debug screen on Sansa.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-03-27 10:07:55 +00:00
parent 91e726a1c1
commit aefc939255

View file

@ -101,8 +101,7 @@
#define ROM_START 0x00000000 #define ROM_START 0x00000000
/* Define this to the CPU frequency */ /* Define this to the CPU frequency */
/* TODO: this is probably wrong */ #define CPU_FREQ 75000000
#define CPU_FREQ 11289600
/* Type of LCD TODO: hopefully the same as the x5 but check this*/ /* Type of LCD TODO: hopefully the same as the x5 but check this*/
#define CONFIG_LCD LCD_X5 #define CONFIG_LCD LCD_X5