diff options
| author | Michael Brown | 2006-08-15 00:46:50 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-15 00:46:50 +0200 |
| commit | d475ecd5613aed4cacbd3a7f726274445db50bd4 (patch) | |
| tree | 5172bc06f999f57b17a7326595929bc88b502192 | |
| parent | Removed obsolete print_config() (diff) | |
| download | ipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.tar.gz ipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.tar.xz ipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.zip | |
Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index f7980545e..7168473f7 100644 --- a/src/config.h +++ b/src/config.h @@ -98,7 +98,7 @@ * you want to use. * */ -#define TAGGED_IMAGE /* NBI image support */ +#undef TAGGED_IMAGE /* NBI image support */ #undef ELF64_IMAGE /* ELF64 image support */ #undef ELF_IMAGE /* ELF image support */ #undef COFF_IMAGE /* COFF image support */ |
