diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-03-09 14:02:20 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-03-09 14:02:20 +0000 |
commit | 7700b8059c2834434ac6b0ff27fcbdf92e677fa2 (patch) | |
tree | 246e3fbb79d47eaf15a32d68a470bb44656fc8f7 /src/include/etherboot.h | |
parent | 3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (diff) | |
download | ipxe-7700b8059c2834434ac6b0ff27fcbdf92e677fa2.tar.gz |
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.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r-- | src/include/etherboot.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 3d01fb9e8..44ada5389 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 */ |