From bdfe63323efffabbb96d7176b085fce1bedac4ae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Mar 2007 22:21:29 +0000 Subject: [PATCH] 2007-03-26 Joel Sherrill PR 1230/tests * minimum/init.c: Minimum should not configure console driver. --- testsuites/samples/ChangeLog | 5 +++++ testsuites/samples/minimum/init.c | 15 +++------------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 3d3c393ced..aa95ed0387 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,8 @@ +2007-03-26 Joel Sherrill + + PR 1230/tests + * minimum/init.c: Minimum should not configure console driver. + 2007-02-21 Joel Sherrill * loopback/init.c: Fix exit paths in client thread and main test diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c index ad043ebe0d..50062dc022 100644 --- a/testsuites/samples/minimum/init.c +++ b/testsuites/samples/minimum/init.c @@ -1,11 +1,6 @@ -/* Init +/* Minimum Size Application Initialization * - * - * Input parameters: NONE - * - * Output parameters: NONE - * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -25,13 +20,9 @@ rtems_task Init( /* configuration information */ -#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER - #define CONFIGURE_RTEMS_INIT_TASKS_TABLE - #define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM - -#define CONFIGURE_MAXIMUM_TASKS 1 +#define CONFIGURE_MAXIMUM_TASKS 1 #define CONFIGURE_INIT