summaryrefslogtreecommitdiffstats
path: root/tftpTest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 22:21:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 22:21:21 +0000
commit6e16c55f422e8b612458550badae3cfa97614b47 (patch)
tree47014c4141267054ab4b6abb0d4e179065371259 /tftpTest
parent2002-10-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadnetwork-demos-6e16c55f422e8b612458550badae3cfa97614b47.tar.bz2
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of mini-IMFS as filesystem.
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/ChangeLog5
-rw-r--r--tftpTest/init.c5
2 files changed, 7 insertions, 3 deletions
diff --git a/tftpTest/ChangeLog b/tftpTest/ChangeLog
index 6ae18ac..ed1f19c 100644
--- a/tftpTest/ChangeLog
+++ b/tftpTest/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-28 Joel Sherrill <joel@OARcorp.com>
+
+ * init.c: Increase number of file descriptors and use IMFS instead of
+ mini-IMFS as filesystem.
+
2000-12-14 Eric Norum <eric.norum@usask.ca>
* init.c, test.c: Added test of write capability.
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 9b7c12f..0b36a07 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -18,12 +18,11 @@
#include <bsp.h>
#include <rtems/tftp.h>
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
-#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)
#define CONFIGURE_MAXIMUM_SEMAPHORES 20