1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-10 13:16:20 +01:00
Files
u-boot-megous/drivers
Heinrich Schuchardt 952061352a drivers: rtc: correctly convert seconds to time structure
Variable 'days' must be defined as signed int. Otherwise the conversion
fails for some dates, e.g. 2004-08-25. Cf function rtc_time64_to_tm() in
the Linux kernel source.

Fixes: 992c1db455 "drivers: rtc: resolve year 2038 problem in rtc_to_tm"
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2018-12-01 18:03:14 -05:00
..
2018-11-14 09:16:27 -08:00
2018-07-19 16:31:38 -04:00
2018-10-07 11:04:01 -04:00
2018-11-29 09:30:06 -07:00