mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +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_NBI /* NBI image support */
|
||||||
#undef IMAGE_ELF64 /* ELF64 image support */
|
#undef IMAGE_ELF64 /* ELF64 image support */
|
||||||
#undef IMAGE_ELF /* ELF image support */
|
#undef IMAGE_ELF /* ELF image support */
|
||||||
#undef IMAGE_COFF /* COFF image support */
|
|
||||||
#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
|
#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
|
||||||
#define IMAGE_MULTIBOOT /* MultiBoot image support */
|
#define IMAGE_MULTIBOOT /* MultiBoot image support */
|
||||||
#undef IMAGE_AOUT /* a.out image support */
|
#undef IMAGE_AOUT /* a.out image support */
|
||||||
|
|||||||
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
|
|||||||
#ifdef IMAGE_ELF
|
#ifdef IMAGE_ELF
|
||||||
REQUIRE_OBJECT ( elf );
|
REQUIRE_OBJECT ( elf );
|
||||||
#endif
|
#endif
|
||||||
#ifdef IMAGE_ELF
|
|
||||||
REQUIRE_OBJECT ( coff );
|
|
||||||
#endif
|
|
||||||
#ifdef IMAGE_FREEBSD
|
#ifdef IMAGE_FREEBSD
|
||||||
REQUIRE_OBJECT ( freebsd );
|
REQUIRE_OBJECT ( freebsd );
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user