From e8fcadbc490beb95478b7d6a9b37e29c749bf9a7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 15:42:48 +0000 Subject: 2008-09-17 Miao Yan * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space. --- testsuites/samples/hello/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/hello/system.h') diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h index a4ac1a5a8b..1d5ac2ae33 100644 --- a/testsuites/samples/hello/system.h +++ b/testsuites/samples/hello/system.h @@ -33,7 +33,7 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM +#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM #include -- cgit v1.2.3