]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/ds164x.c
rtc/: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / rtc / ds164x.c
index 36a0fb44fdab6a901533446e7d1fc6c156a24c22..e82ca591636695a49a7a03a4e81ce9c3fddc5a27 100644 (file)
@@ -37,7 +37,7 @@
 #include <rtc.h>
 
 
-#if defined(CONFIG_RTC_DS164x) && ((CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_CMD_DATE))
+#if defined(CONFIG_RTC_DS164x) && defined(CONFIG_CMD_DATE)
 
 static uchar    rtc_read(unsigned int addr );
 static void     rtc_write(unsigned int addr, uchar val);