Merge with git://www.denx.de/git/u-boot.git
[platform/kernel/u-boot.git] / rtc / mc146818.c
index bbb6486..ab377ed 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