summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-07-06 00:36:45 +0200
committerMichael Brown2007-07-06 00:36:45 +0200
commit405be071dee474c24ee1a449758ecc5d804c334b (patch)
treea3802c58146d422e5d82b5352148c348d81c86fb /src/Makefile
parentAllocate heap at first usage, rather than assuming we can fit it in (diff)
downloadipxe-405be071dee474c24ee1a449758ecc5d804c334b.tar.gz
ipxe-405be071dee474c24ee1a449758ecc5d804c334b.tar.xz
ipxe-405be071dee474c24ee1a449758ecc5d804c334b.zip
Pad ROM images to 512 bytes, not powers of two
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2dd2a8d7..fe730424 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -162,7 +162,7 @@ NON_AUTO_SRCS += drivers/net/prism2.c
# "-p 0x1234,0x5678" string to set the PCI IDs.
#
FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
- -i$(IDENT) $@
+ -i$(IDENT) -s 0 $@
# Some ROMs require specific flags to be passed to makerom.pl
#