mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[proto] Remove unsupported FSP protocol
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>
This commit is contained in:
committed by
Marty Connor
parent
1056a1c2d5
commit
e501e6e19e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user