From 81b2ffb63ea164d41ffb793187c9e1244c6355c9 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 10 Nov 2008 18:18:27 +0000 Subject: AMS Sansa (formerly 'V2') use the as3514 RTC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19072 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 1 - firmware/export/config-clip.h | 2 +- firmware/export/config-e200v2.h | 2 +- firmware/export/config-fuze.h | 2 +- firmware/export/config-m200v4.h | 2 +- firmware/export/config.h | 3 +-- 6 files changed, 5 insertions(+), 7 deletions(-) (limited to 'firmware') diff --git a/firmware/SOURCES b/firmware/SOURCES index 859ae24920..ff75a6c888 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -345,7 +345,6 @@ target/arm/as3525/audio-as3525.c target/arm/as3525/debug-as3525.c target/arm/as3525/i2s-as3525.c target/arm/as3525/i2c-as3525.c -drivers/rtc/rtc_as3514.c target/arm/as3525/powermgmt-as3525.c #endif /* BOOTLOADER */ #endif /* CONFIG_CPU == AS3525 */ diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 17d975f49d..b05d2c5091 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -76,7 +76,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_AS3525 +#define CONFIG_RTC RTC_AS3514 #endif /* Define this if you have a software controlled poweroff */ diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index c51bac0a9f..f2ba798f58 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -79,7 +79,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_AS3525 +#define CONFIG_RTC RTC_AS3514 #endif /* Define this if you have a software controlled poweroff */ diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h index d9aac46a14..795047fd75 100644 --- a/firmware/export/config-fuze.h +++ b/firmware/export/config-fuze.h @@ -79,7 +79,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_AS3525 +#define CONFIG_RTC RTC_AS3514 #endif /* Define this if you have a software controlled poweroff */ diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 75ac137ffd..b16b5fed43 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -63,7 +63,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_AS3525 +#define CONFIG_RTC RTC_AS3514 #endif /* define this if you have RTC RAM available for settings */ diff --git a/firmware/export/config.h b/firmware/export/config.h index 3a902230cc..7f72cde7d4 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -201,7 +201,7 @@ #define RTC_PCF50606 3 /* iriver H300 */ #define RTC_S3C2440 4 #define RTC_E8564 5 /* iriver H10 */ -#define RTC_AS3514 6 /* Sandisk Sansa e200 series */ +#define RTC_AS3514 6 /* Sandisk Sansa series */ #define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */ #define RTC_IMX31L 8 #define RTC_RX5X348AB 9 @@ -212,7 +212,6 @@ #define RTC_S5L8700 14 #define RTC_S35390A 15 #define RTC_JZ47XX 16 /* Ingenic Jz47XX */ -#define RTC_AS3525 17 /* USB On-the-go */ #define USBOTG_ISP1362 1362 /* iriver H300 */ -- cgit v1.2.3