summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2006-08-15 00:46:50 +0200
committerMichael Brown2006-08-15 00:46:50 +0200
commitd475ecd5613aed4cacbd3a7f726274445db50bd4 (patch)
tree5172bc06f999f57b17a7326595929bc88b502192 /src/config.h
parentRemoved obsolete print_config() (diff)
downloadipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.tar.gz
ipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.tar.xz
ipxe-d475ecd5613aed4cacbd3a7f726274445db50bd4.zip
Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index f7980545..7168473f 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 */