1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-02 20:27:09 +01:00
Files
u-boot-megous/include/rtc.h
Heinrich Schuchardt 992c1db455 drivers: rtc: resolve year 2038 problem in rtc_to_tm
Our implementation of rtc_to_tm() cannot handle dates of more than
0x7fffffff seconds after 1970-01-01.

Adopt the Linux kernel implementation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2018-07-19 17:03:36 -04:00

6.3 KiB