diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-18 11:00:42 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-18 11:00:42 +0000 |
commit | 85b00c4b72a03d10bf8b57636446a1c053934c8a (patch) | |
tree | efb235e38175219bf5fddc811a6c9c369ebc1367 /src/Config | |
parent | 3c55caf24c4fd20abf268aa115bc5d7652b24c2f (diff) | |
download | ipxe-85b00c4b72a03d10bf8b57636446a1c053934c8a.tar.gz |
Move RELOCATE into config.h
Move ISA probe address logic from config.c into isa.c, create header file
config/isa.h.
Diffstat (limited to 'src/Config')
-rw-r--r-- | src/Config | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -304,10 +304,6 @@ CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC # CFLAGS+= -DDHCP_USER_CLASS="5,'A','L','P','H','A',4,'B','E','T','A'" \ # -DDHCP_USER_CLASS_LEN=11 -# for btext console support -# CFLAGS+= -DCONSOLE_BTEXT -# for direct PC kbd support -# CFLAGS+= -DCONSOLE_PC_KBD # Set to enable FILO support # for FILO support it will make main call pci_init # INCLUDE_FILO=y @@ -374,11 +370,6 @@ CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT # CFLAGS+= -DBUILD_SERIAL # CFLAGS+= -DBUILD_SERIAL -DBUILD_ID=\"testing\" -# Do not relocate -# core/relocate.c should really be moved to an arch specific directory -# but this is here for archs that don't support relocation -# CFLAGS+= -DNORELOCATE - |