arm64/rk805: remove RTC Set logging
When ntpd is synchronizing the system time, it also periodically (30m) syncs the the RTC time. Remove printf in rk805_settime which triggers every 30m, as settime_task_func() will log errors under bootverbose. We leave the RTC Read logging, which should happen only once at boot. Commit message by: imp Reviewed by: manu, imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D30361
This commit is contained in:
parent
b5d37e5a20
commit
002cbc89c3
@ -841,12 +841,6 @@ rk805_settime(device_t dev, struct timespec *ts)
|
||||
ctrl &= ~RK805_RTC_CTRL_STOP;
|
||||
rk805_write(dev, RK805_RTC_CTRL, &ctrl, 1);
|
||||
|
||||
if (bootverbose)
|
||||
device_printf(dev,
|
||||
"Set RTC at %04x-%02x-%02x %02x:%02x:%02x[.%09ld]\n",
|
||||
bct.year, bct.mon, bct.day, bct.hour, bct.min, bct.sec,
|
||||
bct.nsec);
|
||||
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user