Browse Source

Pad ROM images to 512 bytes, not powers of two

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
405be071de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

@@ -162,7 +162,7 @@ NON_AUTO_SRCS	+= drivers/net/prism2.c
162 162
 # "-p 0x1234,0x5678" string to set the PCI IDs.
163 163
 #
164 164
 FINALISE_rom	= $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
165
-		  -i$(IDENT) $@
165
+		  -i$(IDENT) -s 0 $@
166 166
 
167 167
 # Some ROMs require specific flags to be passed to makerom.pl
168 168
 #

Loading…
Cancel
Save