mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
de578bde1f
commit
5a4cc8da3f
11 changed files with 4 additions and 69 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue