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