mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Remove reference to COFF support. I can find no trace of ever having supported it.
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
#undef IMAGE_NBI /* NBI image support */
|
||||
#undef IMAGE_ELF64 /* ELF64 image support */
|
||||
#undef IMAGE_ELF /* ELF image support */
|
||||
#undef IMAGE_COFF /* COFF image support */
|
||||
#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
|
||||
#define IMAGE_MULTIBOOT /* MultiBoot image support */
|
||||
#undef IMAGE_AOUT /* a.out image support */
|
||||
|
||||
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
|
||||
#ifdef IMAGE_ELF
|
||||
REQUIRE_OBJECT ( elf );
|
||||
#endif
|
||||
#ifdef IMAGE_ELF
|
||||
REQUIRE_OBJECT ( coff );
|
||||
#endif
|
||||
#ifdef IMAGE_FREEBSD
|
||||
REQUIRE_OBJECT ( freebsd );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user