summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo03
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/spfifo03
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/spfifo03')
-rw-r--r--testsuites/sptests/spfifo03/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spfifo03/init.c b/testsuites/sptests/spfifo03/init.c
index 2760c60613..94de05af39 100644
--- a/testsuites/sptests/spfifo03/init.c
+++ b/testsuites/sptests/spfifo03/init.c
@@ -215,7 +215,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_BARRIERS 1
-#define CONFIGURE_MAXIMUM_FIFOS 1
+#define CONFIGURE_IMFS_ENABLE_MKFIFO
#define CONFIGURE_DISABLE_SMP_CONFIGURATION