Revert "OvmfPkg: make the 4MB flash size the default"

This reverts commit bba8dfbec3.

The 264KB size introduced for the NV spare area in commit b24fca0575
("OvmfPkg: introduce 4MB flash image (mainly) for Windows HCK",
2017-04-29) breaks the "-bios" (emulated varstore) use case. Until we sort
that out, revert the default build to the 2MB image.

Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Laszlo Ersek 2017-05-05 17:23:23 +02:00
parent 34816e7e16
commit 6e49d01cfb
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
!ifdef $(FD_SIZE_4MB)
DEFINE FD_SIZE_IN_KB = 4096
!else
DEFINE FD_SIZE_IN_KB = 4096
DEFINE FD_SIZE_IN_KB = 2048
!endif
!endif
!endif

View File

@ -54,7 +54,7 @@
!ifdef $(FD_SIZE_4MB)
DEFINE FD_SIZE_IN_KB = 4096
!else
DEFINE FD_SIZE_IN_KB = 4096
DEFINE FD_SIZE_IN_KB = 2048
!endif
!endif
!endif

View File

@ -54,7 +54,7 @@
!ifdef $(FD_SIZE_4MB)
DEFINE FD_SIZE_IN_KB = 4096
!else
DEFINE FD_SIZE_IN_KB = 4096
DEFINE FD_SIZE_IN_KB = 2048
!endif
!endif
!endif