From d475ecd5613aed4cacbd3a7f726274445db50bd4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 14 Aug 2006 22:46:50 +0000 Subject: [PATCH] Removed TAGGED_IMAGE from the default build; NBI has been broken for ages. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */