浏览代码

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
 #

正在加载...
取消
保存