From a80ec60fd3221c64dbabe595f0bfd3b72e910f40 Mon Sep 17 00:00:00 2001 From: funman Date: Mon, 10 May 2010 13:26:55 +0000 Subject: [PATCH] as3525(v1) : correct CPU_FREQ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25932 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansac200v2.h | 2 +- firmware/export/config/sansaclip.h | 2 +- firmware/export/config/sansae200v2.h | 2 +- firmware/export/config/sansafuze.h | 2 +- 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 b9a86cd02..bf6f460ec 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 63a387ba2..6cf7ec7c6 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 d973785fa..5694f0b9e 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 78b5a0e70..dbab7a4c8 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 c2dec9875..9a544ffad 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 -- 2.11.4.GIT