summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-15 14:19:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-16 11:34:38 +0100
commita0b1b5edb84fc7299060b07ef5a829caa824a438 (patch)
tree1c9e1e670ec81afedbbf49696eb1a8acfbd6071e /cpukit
parentbsp/beagle: Fix some warnings (diff)
downloadrtems-a0b1b5edb84fc7299060b07ef5a829caa824a438.tar.bz2
Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
This define was superfluous, undocumented and used inconsistently.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libi2c/libi2c.h5
-rw-r--r--cpukit/libmisc/dummy/default-configuration.c1
2 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h
index 14327465e2..27bf94cb97 100644
--- a/cpukit/libi2c/libi2c.h
+++ b/cpukit/libi2c/libi2c.h
@@ -204,9 +204,8 @@ typedef struct rtems_libi2c_bus_ops_
* (i.e., libi2c) and the minor number encodes a bus# and a i2c address.
*
* The name will be registered in the filesystem (parent
- * directories must exist, also IMFS filesystem must exist see
- * CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM). It may be NULL in which case
- * the library will pick a default.
+ * directories must exist, also IMFS filesystem must exist). It may be NULL in
+ * which case the library will pick a default.
*
* RETURNS: bus # (>=0) or -1 on error (errno set).
*/
diff --git a/cpukit/libmisc/dummy/default-configuration.c b/cpukit/libmisc/dummy/default-configuration.c
index ff04a74776..ae7ad61e46 100644
--- a/cpukit/libmisc/dummy/default-configuration.c
+++ b/cpukit/libmisc/dummy/default-configuration.c
@@ -88,7 +88,6 @@ static void Init( rtems_task_argument arg )
#define CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_STACK_CHECKER_ENABLED
-#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 8
#define CONFIGURE_MAXIMUM_DRIVERS 16
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32