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