summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMarin Mareo Hannache2012-04-01 17:30:43 +0200
committerMichael Brown2012-04-10 21:32:50 +0200
commit6ab98fa9f74f774ce445c827ae144d7b93ac9716 (patch)
treeaab0ba137646716ac67ec34aaf1194b351409a8f /src/config/config.c
parent[build] Enable warnings when building utilities (diff)
downloadipxe-6ab98fa9f74f774ce445c827ae144d7b93ac9716.tar.gz
ipxe-6ab98fa9f74f774ce445c827ae144d7b93ac9716.tar.xz
ipxe-6ab98fa9f74f774ce445c827ae144d7b93ac9716.zip
[tftp] Remove configuration option for tftm
DOWNLOAD_PROTO_TFTM is now useless as tftm support has been merged into tftp.c. DOWNLOAD_PROTO_TFTP should be used instead. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/config.c b/src/config/config.c
index c96f9c53..513f054f 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( https );
#ifdef DOWNLOAD_PROTO_FTP
REQUIRE_OBJECT ( ftp );
#endif
-#ifdef DOWNLOAD_PROTO_TFTM
-REQUIRE_OBJECT ( tftm );
-#endif
#ifdef DOWNLOAD_PROTO_SLAM
REQUIRE_OBJECT ( slam );
#endif