소스 검색

Pad ROM images to 512 bytes, not powers of two

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
405be071de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile 파일 보기

@@ -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…
취소
저장