summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-10 13:26:55 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-10 13:26:55 +0000
commitd795d831816a512f4fa974ee6c94f4f1bd0f2a59 (patch)
tree6b965b637a3efa0eb78969f68c2b415c79ca9f7e
parentfc330110c9ddacf54014788d9ab6373faf465333 (diff)
downloadrockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.tar.gz
rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.zip
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.h2
-rw-r--r--firmware/export/config/sansaclip.h2
-rw-r--r--firmware/export/config/sansae200v2.h2
-rw-r--r--firmware/export/config/sansafuze.h2
-rw-r--r--firmware/export/config/sansam200v4.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index b9a86cd023..bf6f460eca 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -158,7 +158,7 @@
158#define ROM_START 0x00000000 158#define ROM_START 0x00000000
159 159
160/* Define this to the CPU frequency */ 160/* Define this to the CPU frequency */
161#define CPU_FREQ 250000000 161#define CPU_FREQ 248000000
162 162
163/* Type of LCD : Samsung S6B33B2 */ 163/* Type of LCD : Samsung S6B33B2 */
164#define CONFIG_LCD LCD_C200 164#define CONFIG_LCD LCD_C200
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 63a387ba27..6cf7ec7c6f 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -159,7 +159,7 @@
159#define CURRENT_RECORD CURRENT_NORMAL 159#define CURRENT_RECORD CURRENT_NORMAL
160 160
161/* Define this to the CPU frequency */ 161/* Define this to the CPU frequency */
162#define CPU_FREQ 250000000 162#define CPU_FREQ 248000000
163 163
164/* Type of LCD */ 164/* Type of LCD */
165#define CONFIG_LCD LCD_SSD1303 165#define CONFIG_LCD LCD_SSD1303
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index d973785faa..5694f0b9e2 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -166,7 +166,7 @@
166#define ROM_START 0x00000000 166#define ROM_START 0x00000000
167 167
168/* Define this to the CPU frequency */ 168/* Define this to the CPU frequency */
169#define CPU_FREQ 75000000 169#define CPU_FREQ 248000000
170 170
171/* Type of LCD TODO: hopefully the same as the x5 but check this*/ 171/* Type of LCD TODO: hopefully the same as the x5 but check this*/
172#define CONFIG_LCD LCD_X5 172#define CONFIG_LCD LCD_X5
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index 78b5a0e700..dbab7a4c88 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -168,7 +168,7 @@
168#define CURRENT_RECORD CURRENT_NORMAL 168#define CURRENT_RECORD CURRENT_NORMAL
169 169
170/* Define this to the CPU frequency */ 170/* Define this to the CPU frequency */
171#define CPU_FREQ 250000000 171#define CPU_FREQ 248000000
172 172
173/* Type of LCD */ 173/* Type of LCD */
174#define CONFIG_LCD LCD_FUZE 174#define CONFIG_LCD LCD_FUZE
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index c2dec98759..9a544ffadb 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -121,7 +121,7 @@
121#define CONFIG_I2C I2C_AS3525 121#define CONFIG_I2C I2C_AS3525
122 122
123/* Define this to the CPU frequency */ 123/* Define this to the CPU frequency */
124#define CPU_FREQ 250000000 124#define CPU_FREQ 248000000
125 125
126/* Define this if you have adjustable CPU frequency */ 126/* Define this if you have adjustable CPU frequency */
127#define HAVE_ADJUSTABLE_CPU_FREQ 127#define HAVE_ADJUSTABLE_CPU_FREQ