Pad ROM images to 512 bytes, not powers of two

pull/1/head
Michael Brown 2007-07-05 23:36:45 +01:00
parent fbda4837b0
commit 405be071de
1 changed files with 1 additions and 1 deletions

View File

@ -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
#