Force 2MB rom size
Suggested by Laszlo, upstream will be changing the default to 4MB, so this is a preventative measure to ensure the rom size doesn't change on the next rebase. Right now it's a no-op though
This commit is contained in:
parent
ad70d15d1c
commit
410bf18174
@ -163,6 +163,7 @@ CC_FLAGS="${CC_FLAGS} --cmd-len=65536"
|
||||
OVMF_FLAGS="${CC_FLAGS}"
|
||||
OVMF_FLAGS="${OVMF_FLAGS} -D HTTP_BOOT_ENABLE"
|
||||
OVMF_FLAGS="${OVMF_FLAGS} -D NETWORK_IP6_ENABLE"
|
||||
OVMF_FLAGS="${OVMF_FLAGS} -D FD_SIZE_2MB"
|
||||
|
||||
# ovmf + secure boot features
|
||||
OVMF_SB_FLAGS="${OVMF_FLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user