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