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