]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/m48t35ax.c
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
[karo-tx-uboot.git] / rtc / m48t35ax.c
index 6133b46acd410bb0fa3f77d4c90d2a93d52634ac..0a0ffa8aac12fd9844037c78e91f947ea790a853 100644 (file)
@@ -163,4 +163,4 @@ static unsigned char bin2bcd (unsigned int n)
        return (((n / 10) << 4) | (n % 10));
 }
 
-#endif /* CONFIG_RTC_M48T35A && CFG_CMD_DATE */
+#endif