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