]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Remove CODE16 as a global define; most files define it themselves
authorMichael Brown <mcb30@etherboot.org>
Wed, 9 Mar 2005 14:02:20 +0000 (14:02 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 9 Mar 2005 14:02:20 +0000 (14:02 +0000)
anyway, and I want to be able to use it as a compile-time option for
the i386 decompressor.

src/include/etherboot.h

index 3d01fb9e8398e2fc3f18e2147aa69a81445dbae8..44ada53897b746e1ea353c752ea9457af13624a1 100644 (file)
 #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 */