summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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 */