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:
Cole Robinson 2017-05-09 13:03:58 -04:00
parent ad70d15d1c
commit 410bf18174
1 changed files with 1 additions and 0 deletions

View File

@ -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}"