summaryrefslogtreecommitdiff
path: root/testsuites/samples
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/fileio/system.h2
-rw-r--r--testsuites/samples/loopback/init.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index a99c36daba..3a70ce850c 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -53,8 +53,6 @@ rtems_task Init(
#define CONFIGURE_FILESYSTEM_DOSFS
#endif
-#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-
/*
* XXX: these values are higher than needed...
*/
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 8819561721..7ac376fbe8 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -25,7 +25,6 @@ const char rtems_test_name[] = "LOOPBACK";
#define CONFIGURE_MICROSECONDS_PER_TICK 10000
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 50
-#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 50