http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d6123e
)
Remove CODE16 as a global define; most files define it themselves
author
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Mar 2005 14:02:20 +0000
(14:02 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/src/include/etherboot.h
b/src/include/etherboot.h
index
3d01fb9
..
44ada53
100644
(file)
--- 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 */