From: Michael Brown Date: Thu, 5 Jul 2007 22:36:45 +0000 (+0100) Subject: Pad ROM images to 512 bytes, not powers of two X-Git-Tag: v0.9.3~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405be071dee474c24ee1a449758ecc5d804c334b;p=thirdparty%2Fipxe.git Pad ROM images to 512 bytes, not powers of two --- diff --git a/src/Makefile b/src/Makefile index 2dd2a8d72..fe7304242 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 #