mirror of https://github.com/acidanthera/audk.git
Revert "OvmfPkg: make the 4MB flash size the default"
This reverts commitbba8dfbec3
. The 264KB size introduced for the NV spare area in commitb24fca0575
("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:
parent
34816e7e16
commit
6e49d01cfb
|
@ -54,7 +54,7 @@
|
||||||
!ifdef $(FD_SIZE_4MB)
|
!ifdef $(FD_SIZE_4MB)
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 4096
|
||||||
!else
|
!else
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 2048
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
!ifdef $(FD_SIZE_4MB)
|
!ifdef $(FD_SIZE_4MB)
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 4096
|
||||||
!else
|
!else
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 2048
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
!ifdef $(FD_SIZE_4MB)
|
!ifdef $(FD_SIZE_4MB)
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 4096
|
||||||
!else
|
!else
|
||||||
DEFINE FD_SIZE_IN_KB = 4096
|
DEFINE FD_SIZE_IN_KB = 2048
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
Loading…
Reference in New Issue