summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo05
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-11 19:08:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 08:22:58 +0100
commit6f6091b3849822e074cd4fbb794f389ba1662a4a (patch)
tree4502feccb557be6e045cc260ad7f66a08700175d /testsuites/sptests/spfifo05
parentmptests: Fix configuration (diff)
downloadrtems-6f6091b3849822e074cd4fbb794f389ba1662a4a.tar.bz2
config: Add CONFIGURE_IMFS_ENABLE_MKFIFO
Obsolete undocumented configuration options CONFIGURE_MAXIMUM_FIFOS and CONFIGURE_MAXIMUM_PIPES. Replace these options with the new CONFIGURE_IMFS_ENABLE_MKFIFO configuration option. Update #3840.
Diffstat (limited to 'testsuites/sptests/spfifo05')
-rw-r--r--testsuites/sptests/spfifo05/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spfifo05/init.c b/testsuites/sptests/spfifo05/init.c
index d482ece530..e9cff9c52e 100644
--- a/testsuites/sptests/spfifo05/init.c
+++ b/testsuites/sptests/spfifo05/init.c
@@ -271,7 +271,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_BARRIERS 2
-#define CONFIGURE_MAXIMUM_FIFOS 1
+#define CONFIGURE_IMFS_ENABLE_MKFIFO
#define CONFIGURE_DISABLE_SMP_CONFIGURATION