summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-03-09 15:02:20 +0100
committerMichael Brown2005-03-09 15:02:20 +0100
commit7700b8059c2834434ac6b0ff27fcbdf92e677fa2 (patch)
tree246e3fbb79d47eaf15a32d68a470bb44656fc8f7 /src/include/etherboot.h
parentInitial revision (diff)
downloadipxe-7700b8059c2834434ac6b0ff27fcbdf92e677fa2.tar.gz
ipxe-7700b8059c2834434ac6b0ff27fcbdf92e677fa2.tar.xz
ipxe-7700b8059c2834434ac6b0ff27fcbdf92e677fa2.zip
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.h5
1 files changed, 0 insertions, 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 */