]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/bf5xx_rtc.c
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
[karo-tx-uboot.git] / rtc / bf5xx_rtc.c
index 17a19eb4f1d41669a60bc72ca63e8f661d83c31c..8856bb9b5f84a49387c8b2175ec8548d4dd1b5b4 100644 (file)
@@ -140,4 +140,4 @@ void rtc_get(struct rtc_time *tmp)
            MIN_TO_SECS(tm_min) + HRS_TO_SECS(tm_hour) + DAYS_TO_SECS(tm_day);
        to_tm(time_in_sec, tmp);
 }
-#endif                         /* CONFIG_RTC_BFIN && CFG_CMD_DATE */
+#endif