david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove reference to COFF support. I can find no trace of ever having supported it.

This commit is contained in:
Michael Brown 2008-02-21 04:11:56 +00:00
parent e6ff84b2d1
commit b87904ab20
2 changed files with 0 additions and 4 deletions

View File

@ -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 */

View File

@ -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