summaryrefslogtreecommitdiff
path: root/rtc/bf5xx_rtc.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 15:27:39 (GMT)
committerJon Loeliger <jdl@freescale.com>2007-07-10 15:27:39 (GMT)
commit068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch)
treeb832da8d622e58236d32cf2a796ebd45ab2b8215 /rtc/bf5xx_rtc.c
parent079a136c3588814784561d6e4856970ee82d6e2a (diff)
downloadu-boot-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.tar.xz
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'rtc/bf5xx_rtc.c')
-rw-r--r--rtc/bf5xx_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/bf5xx_rtc.c b/rtc/bf5xx_rtc.c
index 17a19eb..8856bb9 100644
--- a/rtc/bf5xx_rtc.c
+++ b/rtc/bf5xx_rtc.c
@@ -140,4 +140,4 @@ void rtc_get(struct rtc_time *tmp)
MIN_TO_SECS(tm_min) + HRS_TO_SECS(tm_hour) + DAYS_TO_SECS(tm_day);
to_tm(time_in_sec, tmp);
}
-#endif /* CONFIG_RTC_BFIN && CFG_CMD_DATE */
+#endif