diff options
| author | Michael Brown | 2008-02-21 05:11:56 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-02-21 05:11:56 +0100 |
| commit | b87904ab204346c38fa8ceed765699ac18118c28 (patch) | |
| tree | 115d6d60652ceeafdec7617dc7860c3c33052f80 | |
| parent | Make tarball generation quieter (diff) | |
| download | ipxe-b87904ab204346c38fa8ceed765699ac18118c28.tar.gz ipxe-b87904ab204346c38fa8ceed765699ac18118c28.tar.xz ipxe-b87904ab204346c38fa8ceed765699ac18118c28.zip | |
Remove reference to COFF support. I can find no trace of ever having supported it.
| -rw-r--r-- | src/config.h | 1 | ||||
| -rw-r--r-- | src/core/config.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h index c436d100c..9aa9e8fdf 100644 --- a/src/config.h +++ b/src/config.h @@ -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 */ diff --git a/src/core/config.c b/src/core/config.c index 7e70c12a1..d5accecfe 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -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 |
