diff options
Diffstat (limited to 'firmware/drivers/rtc')
| -rw-r--r-- | firmware/drivers/rtc/rtc_imx233.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_imx233.c b/firmware/drivers/rtc/rtc_imx233.c index f2484fa..fd01421 100644 --- a/firmware/drivers/rtc/rtc_imx233.c +++ b/firmware/drivers/rtc/rtc_imx233.c @@ -30,7 +30,7 @@ void rtc_init(void) { - imx233_rtc_init(); + /* rtc-imx233 is initialized by the system */ } int rtc_read_datetime(struct tm *tm) |