commit | 844cba65bf92863ebdb05047eeb843d895d6b7c2 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Mar 08 23:32:51 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Tue Mar 27 10:45:02 2018 +0200 |
tree | 700a3225ab22cd641b024259e909e998e3caac1b | |
parent | b3a5ac42ab18b7d1a8f2f072ca0ee76a3b754a43 [diff] |
rtc: mv: remove artificial limitation Dates after 2038 actually fit on 32 bits. The counter will overflow in 2106. Also, it is bad practice to reset the RTC to a default value. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>