From 5a4cc8da3fd4fa7cd3b89ac8d636fe8ef77ee9e0 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 15 Aug 2021 17:14:06 +0100 Subject: Drop HAVE_RTC_RAM Only Archos players ever used this feature and it isn't implemented on any current targets. Change-Id: I39c8455480a3fe33cd25b667e8d4d6ff3a092d3e --- firmware/export/config/android.h | 3 --- firmware/export/config/cowond2.h | 3 --- firmware/export/config/nokian8xx.h | 3 --- firmware/export/config/nokian900.h | 3 --- firmware/export/config/pandora.h | 3 --- firmware/export/config/samsungypr0.h | 4 ---- firmware/export/config/sansam200v4.h | 3 --- firmware/export/config/sdlapp.h | 3 --- 8 files changed, 25 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h index 7d3355ef9d..ac0e2141a1 100644 --- a/firmware/export/config/android.h +++ b/firmware/export/config/android.h @@ -51,9 +51,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h index 81a2a85018..51b5495680 100644 --- a/firmware/export/config/cowond2.h +++ b/firmware/export/config/cowond2.h @@ -90,9 +90,6 @@ /* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */ #define CONFIG_RTC RTC_D2 -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h index 550ee112d1..5cdf42a11f 100644 --- a/firmware/export/config/nokian8xx.h +++ b/firmware/export/config/nokian8xx.h @@ -43,9 +43,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h index ebbe5e2cc8..e7084f9acb 100644 --- a/firmware/export/config/nokian900.h +++ b/firmware/export/config/nokian900.h @@ -42,9 +42,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h index 3b26ad9b7b..41b2b44dad 100644 --- a/firmware/export/config/pandora.h +++ b/firmware/export/config/pandora.h @@ -43,9 +43,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index ba5f02ad74..e29ea6a974 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -68,10 +68,6 @@ /* TODO: ASCODEC has an auto dim feature, so disabling the supply to leds should do the trick. But for now I tested SW fading only */ #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING -/* define this if you have RTC RAM available for settings */ -/* TODO: in theory we could use that, ascodec offers us such a ram. we have also a small device, part of the nand of 1 MB size, that Samsung uses to store region code etc and it's almost unused space */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_AS3514 #define HAVE_RTC_ALARM diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index 97462dc6e2..37f0931079 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -75,9 +75,6 @@ #define CONFIG_RTC RTC_AS3514 #endif -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h index d8c1266f51..3286e377ce 100644 --- a/firmware/export/config/sdlapp.h +++ b/firmware/export/config/sdlapp.h @@ -52,9 +52,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION -- cgit v1.2.3