]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/s3c24x0_rtc.c
rtc/: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / rtc / s3c24x0_rtc.c
index 0b0b160e2a29af5abd1c2a7f5cbb14c1dd6029f8..902b737410a5c24b00920c5ba62382719e058de2 100644 (file)
@@ -28,7 +28,7 @@
 #include <common.h>
 #include <command.h>
 
 #include <common.h>
 #include <command.h>
 
-#if defined(CONFIG_RTC_S3C24X0) && ((CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_CMD_DATE))
+#if defined(CONFIG_RTC_S3C24X0) && (defined(CONFIG_CMD_DATE))
 
 #if defined(CONFIG_S3C2400)
 #include <s3c2400.h>
 
 #if defined(CONFIG_S3C2400)
 #include <s3c2400.h>