]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Remove reference to COFF support. I can find no trace of ever having supported it.
authorMichael Brown <mcb30@etherboot.org>
Thu, 21 Feb 2008 04:11:56 +0000 (04:11 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 21 Feb 2008 04:11:56 +0000 (04:11 +0000)
src/config.h
src/core/config.c

index c436d100cda6620071355ef8d1cb340057c92760..9aa9e8fdfb521058850384327746a18c65da7be1 100644 (file)
 #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 */
index 7e70c12a1b32f730366e515bf4ff8580c0f9970b..d5accecfeee964f635c104877a4c30991272d87b 100644 (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