From 7700b8059c2834434ac6b0ff27fcbdf92e677fa2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 9 Mar 2005 14:02:20 +0000 Subject: [PATCH] Remove CODE16 as a global define; most files define it themselves anyway, and I want to be able to use it as a compile-time option for the i386 decompressor. --- src/include/etherboot.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 3d01fb9e..44ada538 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -31,11 +31,6 @@ #define TAGGED_IMAGE /* choose at least one */ #endif -#undef CODE16 -#if defined(PCBIOS) -#define CODE16 -#endif - #define K_ESC '\033' #define K_EOF '\04' /* Ctrl-D */ #define K_INTR '\03' /* Ctrl-C */