summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/devfs02/init.c3
-rw-r--r--testsuites/libtests/devfs04/init.c4
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/libtests/devfs02/init.c b/testsuites/libtests/devfs02/init.c
index 2dd329c41c..28ed373fc7 100644
--- a/testsuites/libtests/devfs02/init.c
+++ b/testsuites/libtests/devfs02/init.c
@@ -99,6 +99,9 @@ rtems_task Init(
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
+/* 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
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