summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/devfs04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/devfs04/init.c')
-rw-r--r--testsuites/libtests/devfs04/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/libtests/devfs04/init.c b/testsuites/libtests/devfs04/init.c
index 42f797724a..4db2d9a455 100644
--- a/testsuites/libtests/devfs04/init.c
+++ b/testsuites/libtests/devfs04/init.c
@@ -84,7 +84,6 @@ rtems_task Init(
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
-#define CONFIGURE_MAXIMUM_DEVICES 10
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
@@ -93,6 +92,9 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+/* Make sure that we have enough devices for all BSPs */
+#define CONFIGURE_MAXIMUM_DEVICES 64
+
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
#define CONFIGURE_INIT