]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/ds174x.c
rtc/: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / rtc / ds174x.c
index 5261e54c187b435242834edc3502efe71a415844..e3028e2540be6e323cf461e2b8e04a6e15c7d6a7 100644 (file)
@@ -33,7 +33,7 @@
 #include <command.h>
 #include <rtc.h>
 
-#if defined(CONFIG_RTC_DS174x) && ((CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_CMD_DATE))
+#if defined(CONFIG_RTC_DS174x) && defined(CONFIG_CMD_DATE)
 
 static uchar rtc_read( unsigned int addr );
 static void  rtc_write( unsigned int addr, uchar val);