From bfe0eb9e09bf10a9360044f7da615a608417507a Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 20 Oct 2004 18:39:14 +0000 Subject: [PATCH] MVME5500 BSP now supplies RTC (time-of-day) driver. --- src/RTEMS/base/rtems_config.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/RTEMS/base/rtems_config.c b/src/RTEMS/base/rtems_config.c index be29b38ee..f98ccf1ec 100644 --- a/src/RTEMS/base/rtems_config.c +++ b/src/RTEMS/base/rtems_config.c @@ -8,8 +8,8 @@ * RTEMS configuration for EPICS * $Id$ * Author: W. Eric Norum - * eric@cls.usask.ca - * (306) 966-6055 + * norume@aps.anl.gov + * (630) 252-4793 */ #include @@ -48,8 +48,6 @@ rtems_task Init (rtems_task_argument argument); #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER -#ifndef mpc7455 #define CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER -#endif #include