summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 19:56:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 19:56:03 +0000
commitd681bc2a34284591a3d2b70ea465ec8d61440fe1 (patch)
tree00fff3ddf89c67b734934a3790ff39d318500919
parentb8a1e4fa42d880f4bb146e0b68b8485963332795 (diff)
Modified to support TFTP filesystem.
-rw-r--r--tftpTest/init.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/tftpTest/init.c b/tftpTest/init.c
index f7d36c5..27d0a5c 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -38,13 +38,6 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE
-rtems_driver_address_table Device_drivers[] = {
- CONSOLE_DRIVER_TABLE_ENTRY,
- CLOCK_DRIVER_TABLE_ENTRY,
- TFTP_DRIVER_TABLE_ENTRY,
-};
-
#include <confdefs.h>
#include <stdio.h>
@@ -60,6 +53,7 @@ Init (rtems_task_argument ignored)
const char *hostname, *filename;
rtems_bsdnet_initialize_network ();
+ rtems_bsdnet_initialize_tftp_filesystem ();
#if (defined (RTEMS_USE_BOOTP))
hostname = NULL;