diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:15:49 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:15:49 -0500 |
commit | 639221c76c88215bd55af83ad174fc30d1940f8f (patch) | |
tree | 2f2e4fb3752c8abc551c5647a5366ec0936f63f6 /include/mk48t59.h | |
parent | c3517f919d0f61650cf3027fd4faf0f631142f6c (diff) | |
download | u-boot-imx-639221c76c88215bd55af83ad174fc30d1940f8f.zip u-boot-imx-639221c76c88215bd55af83ad174fc30d1940f8f.tar.gz u-boot-imx-639221c76c88215bd55af83ad174fc30d1940f8f.tar.bz2 |
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/mk48t59.h')
-rw-r--r-- | include/mk48t59.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mk48t59.h b/include/mk48t59.h index fbdb9f9..a4459c0 100644 --- a/include/mk48t59.h +++ b/include/mk48t59.h @@ -26,7 +26,7 @@ */ -#if defined(CONFIG_RTC_MK48T59) && ((CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_CMD_DATE)) +#if defined(CONFIG_RTC_MK48T59) && defined(CONFIG_CMD_DATE) #define RTC_PORT_ADDR0 CFG_ISA_IO + 0x70 #define RTC_PORT_ADDR1 RTC_PORT_ADDR0 + 0x1 |