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 /src/config.h | |
| 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.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 0 insertions, 1 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 */ |
