summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc/rtc_imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/rtc/rtc_imx233.c')
-rw-r--r--firmware/drivers/rtc/rtc_imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_imx233.c b/firmware/drivers/rtc/rtc_imx233.c
index f2484fa72a..fd01421644 100644
--- a/firmware/drivers/rtc/rtc_imx233.c
+++ b/firmware/drivers/rtc/rtc_imx233.c
@@ -30,7 +30,7 @@
30 30
31void rtc_init(void) 31void rtc_init(void)
32{ 32{
33 imx233_rtc_init(); 33 /* rtc-imx233 is initialized by the system */
34} 34}
35 35
36int rtc_read_datetime(struct tm *tm) 36int rtc_read_datetime(struct tm *tm)