Skip to content

Commit

Permalink
[proto] Remove unsupported FSP protocol
Browse files Browse the repository at this point in the history
The FSP protocol code came from legacy Etherboot and was never updated
to work as a gPXE protocol.  There has been no demand for this protocol,
so this patch removes it.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
stefanha authored and Marty Connor committed Feb 1, 2010
1 parent 1056a1c commit e501e6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 244 deletions.
1 change: 0 additions & 1 deletion src/config/general.h
Expand Up @@ -60,7 +60,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
#undef DOWNLOAD_PROTO_FSP /* FSP? */

/*
* SAN boot protocols
Expand Down
243 changes: 0 additions & 243 deletions src/proto/fsp.c

This file was deleted.

0 comments on commit e501e6e

Please sign in to comment.