From 86545174b98c576d75adacf1f1ae9e65ebfedd9b Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 9 Apr 2010 03:24:17 +0000 Subject: Gigabeat S: A little more housekeeping. Move source clock frequencies to config. header and name them per ref. manual designations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25549 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/gigabeats.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config/gigabeats.h') diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 5b1fe0526e..ed8624b505 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -8,6 +8,10 @@ #define MODEL_NAME "Toshiba Gigabeat S" +/* System source clock frequencies (Hz) */ +#define CONFIG_CKIL_FREQ 32768 /* RTC Crystal, Tuner */ +#define CONFIG_CKIH_FREQ 27000000 /* PLL Reference */ + /* For Rolo and boot loader */ #define MODEL_NUMBER 21 -- cgit