]> git.sur5r.net Git - u-boot/blobdiff - rtc/ds1337.c
Merge with /home/tur/git/u-boot#cm5200-si
[u-boot] / 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