summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2010-04-19 21:38:35 +0200
committerMichael Brown2010-04-20 00:43:48 +0200
commit8ffea19225a450f2bde34510d9c2c913ac0c0021 (patch)
treeb0068a68680a14ffadc9cdf7fe4d264d5fe80e90 /src/Makefile.housekeeping
parent[romprefix] Remove .xrom prefix (diff)
downloadipxe-8ffea19225a450f2bde34510d9c2c913ac0c0021.tar.gz
ipxe-8ffea19225a450f2bde34510d9c2c913ac0c0021.tar.xz
ipxe-8ffea19225a450f2bde34510d9c2c913ac0c0021.zip
[romprefix] Remove .hrom prefix
The .hrom prefix provides an experimental mechanism for reducing option ROM space usage on systems where PMM allocation fails, by pretending that PMM allocation succeeded and gave us an address fixed at compilation time. This is unreliable, and potentially dangerous. In particular, when multiple gPXE ROMs are present in a system, each gPXE ROM will assume ownership of the same fixed address, resulting in undefined behaviour. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index efd85ea3..a7162e6f 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -866,7 +866,6 @@ endif # defined(BIN)
#
FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
-i$(IDENT) -s 0 $@
-FINALISE_hrom = $(FINALISE_rom)
# Some ROMs require specific flags to be passed to makerom.pl
#