mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Revert "OvmfPkg: make the 4MB flash size the default"
This reverts commit bba8dfbec3bbc4fba7fa6398ba3cf76593e0725e. The 264KB size introduced for the NV spare area in commit b24fca05751f ("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)
|
||||
DEFINE FD_SIZE_IN_KB = 4096
|
||||
!else
|
||||
DEFINE FD_SIZE_IN_KB = 4096
|
||||
DEFINE FD_SIZE_IN_KB = 2048
|
||||
!endif
|
||||
!endif
|
||||
!endif
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user