Skip to content

Commit

Permalink
Pad ROM images to 512 bytes, not powers of two
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Jul 5, 2007
1 parent fbda483 commit 405be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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
#
Expand Down

0 comments on commit 405be07

Please sign in to comment.