From 610b9ef120d78461cd175c479a58f44b915bf1c9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 19 Sep 2016 07:51:07 +0200 Subject: libtests/devfs: Use printk() This avoids problems with console drivers that use generic nodes of the IMFS. --- testsuites/libtests/devfs02/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/devfs02/init.c') diff --git a/testsuites/libtests/devfs02/init.c b/testsuites/libtests/devfs02/init.c index 28ed373fc7..95ea10ddd6 100644 --- a/testsuites/libtests/devfs02/init.c +++ b/testsuites/libtests/devfs02/init.c @@ -16,6 +16,7 @@ #include "test_support.h" +#define TESTS_USE_PRINTK #include #include #include @@ -89,7 +90,6 @@ rtems_task Init( /* configuration information */ -#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_MAXIMUM_TASKS 1 @@ -97,7 +97,7 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5 +#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 2 /* Make sure that we have enough devices for all BSPs */ #define CONFIGURE_MAXIMUM_DEVICES 64 -- cgit v1.2.3