]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/pcf8563.c
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
[karo-tx-uboot.git] / rtc / pcf8563.c
index 5e868367c8ceb0b6aa8a1301ee28c9707e43bf73..2d73d5d7ef965728dc6d4781d951ca0813351ce5 100644 (file)
@@ -141,4 +141,4 @@ static unsigned char bin2bcd (unsigned int n)
        return (((n / 10) << 4) | (n % 10));
 }
 
-#endif /* CONFIG_RTC_PCF8563 && CFG_CMD_DATE */
+#endif