mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
Pad ROM images to 512 bytes, not powers of two
This commit is contained in:
@@ -162,7 +162,7 @@ NON_AUTO_SRCS += drivers/net/prism2.c
|
|||||||
# "-p 0x1234,0x5678" string to set the PCI IDs.
|
# "-p 0x1234,0x5678" string to set the PCI IDs.
|
||||||
#
|
#
|
||||||
FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
|
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
|
# Some ROMs require specific flags to be passed to makerom.pl
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user