Explorar el Código

Pad ROM images to 512 bytes, not powers of two

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
405be071de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile Ver fichero

@@ -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…
Cancelar
Guardar