From a4f76bf0111c9cf84c69b302c0b121e9f154a939 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 9 May 2017 13:03:58 -0400 Subject: [PATCH] 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 (cherry picked from commit 410bf181743186e6915dabbe1c71309b799944a8) --- edk2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/edk2.spec b/edk2.spec index d601be0..b20c3b0 100644 --- a/edk2.spec +++ b/edk2.spec @@ -152,6 +152,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}"