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