diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-10 13:26:55 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-10 13:26:55 +0000 |
| commit | d795d831816a512f4fa974ee6c94f4f1bd0f2a59 (patch) | |
| tree | 6b965b637a3efa0eb78969f68c2b415c79ca9f7e | |
| parent | fc330110c9ddacf54014788d9ab6373faf465333 (diff) | |
| download | rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.zip rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.tar.gz rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.tar.bz2 rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.tar.xz | |
as3525(v1) : correct CPU_FREQ
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25932 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansac200v2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclip.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansae200v2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuze.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansam200v4.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index b9a86cd..bf6f460 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -158,7 +158,7 @@ #define ROM_START 0x00000000 /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD : Samsung S6B33B2 */ #define CONFIG_LCD LCD_C200 diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 63a387b..6cf7ec7 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -159,7 +159,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD */ #define CONFIG_LCD LCD_SSD1303 diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index d973785..5694f0b 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -166,7 +166,7 @@ #define ROM_START 0x00000000 /* Define this to the CPU frequency */ -#define CPU_FREQ 75000000 +#define CPU_FREQ 248000000 /* Type of LCD TODO: hopefully the same as the x5 but check this*/ #define CONFIG_LCD LCD_X5 diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 78b5a0e..dbab7a4 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -168,7 +168,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD */ #define CONFIG_LCD LCD_FUZE diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index c2dec98..9a544ff 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -121,7 +121,7 @@ #define CONFIG_I2C I2C_AS3525 /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |