mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
The RTC in the CN913x series does not have any "valid" bit, and this board (all revs) does not have any backup power connected, so it will return garbage values after every vold boot. It was therefore decided to disable the RTC completely and set system time manually, or using an NTP client. This way any time skips would only ever be forward, never backwards. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>