summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2014-06-04 16:02:11 +0200
committerDaniel Cederman <cederman@gaisler.com>2014-06-27 11:03:25 +0200
commitb7b179197495d0b192ed9e0f0dec6e8b0646fb7b (patch)
tree8366934e7cfde7911a7dba6d7f0af6d8404b0e3a
parentc22d7d725bb6c5df0020240a112341cfdcc33499 (diff)
DEVFS04: make test work on LEON3-FT GR712RC
The LEON3 BSP have support for up to 8 termios consoles, the LEON3-FT GR712RC uses 6 UARTs. This does not take into account the BSP maximum devices instead it is hardcoded to 6. This patch increases it the maximum devices of DEVFS04 from 6 to 10.
-rw-r--r--testsuites/libtests/devfs04/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/devfs04/init.c b/testsuites/libtests/devfs04/init.c
index 5b42173dc9..42f797724a 100644
--- a/testsuites/libtests/devfs04/init.c
+++ b/testsuites/libtests/devfs04/init.c
@@ -84,7 +84,7 @@ rtems_task Init(
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
-#define CONFIGURE_MAXIMUM_DEVICES 6
+#define CONFIGURE_MAXIMUM_DEVICES 10
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5