From f4cae805e5f2f73249b2fc839167560e2b6ec082 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 15 Sep 2008 16:12:33 +0000 Subject: [PATCH] Clean up warnings. --- src/RTEMS/base/rtems_config.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/RTEMS/base/rtems_config.c b/src/RTEMS/base/rtems_config.c index ca13eef77..973148c20 100644 --- a/src/RTEMS/base/rtems_config.c +++ b/src/RTEMS/base/rtems_config.c @@ -51,10 +51,11 @@ rtems_task Init (rtems_task_argument argument); #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER -#warning "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" -#warning "needs review" -#warning "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" -/* This should be made BSP dependent, not CPU dependent !! */ +/* + * This should be made BSP dependent, not CPU dependent but I know of no + * appropriate conditionals to use. + * The new general time support makes including the RTC driverr less important. + */ #if !defined(__mc68040__) && !defined(__mcf5200__) && !defined(mpc7455) && !defined(__arm__) /* don't have RTC code */ #define CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER #endif