diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:27:39 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:27:39 -0500 |
commit | 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch) | |
tree | b832da8d622e58236d32cf2a796ebd45ab2b8215 /rtc/s3c24x0_rtc.c | |
parent | 079a136c3588814784561d6e4856970ee82d6e2a (diff) | |
download | u-boot-imx-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.zip u-boot-imx-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.tar.gz u-boot-imx-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.tar.bz2 |
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'rtc/s3c24x0_rtc.c')
-rw-r--r-- | rtc/s3c24x0_rtc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rtc/s3c24x0_rtc.c b/rtc/s3c24x0_rtc.c index 902b737..7f8b4fa 100644 --- a/rtc/s3c24x0_rtc.c +++ b/rtc/s3c24x0_rtc.c @@ -175,6 +175,4 @@ void rtc_reset (void) rtc->RTCCON &= ~(0x08|0x01); } -/* ------------------------------------------------------------------------- */ - -#endif /* CONFIG_RTC_S3C24X0 && CFG_CMD_DATE */ +#endif |