Drop HAVE_RTC_RAM

Only Archos players ever used this feature and it isn't implemented
on any current targets.

Change-Id: I39c8455480a3fe33cd25b667e8d4d6ff3a092d3e
This commit is contained in:
Aidan MacDonald 2021-08-15 17:14:06 +01:00
parent de578bde1f
commit 5a4cc8da3f
11 changed files with 4 additions and 69 deletions

View file

@ -444,11 +444,6 @@ static void init(void)
#if CONFIG_RTC
rtc_init();
#endif
#ifdef HAVE_RTC_RAM
CHART(">settings_load(RTC)");
settings_load(SETTINGS_RTC); /* early load parts of global_settings */
CHART("<settings_load(RTC)");
#endif
adc_init();