mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
As of commit 1a1fa24066
("rtc: Set valid date after reset") the
command "date reset" will set the date/time to 2000-01-01 0:00:00 after
calling rtc_reset(). This means that the rx8025 implementation of
rtc_reset() does not need to call rtc_set().
Signed-off-by: Chris Packham <judge.packham@gmail.com>