OvmfPkg: make the 4MB flash size the default

The previously default 2MB can be explicitly selected with

  -D FD_SIZE_2MB

or

  -D FD_SIZE_IN_KB=2048

Cc: Gary Ching-Pang Lin <glin@suse.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
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-03 19:37:06 +02:00
parent 88a30bbc0a
commit bba8dfbec3
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 = 2048
DEFINE FD_SIZE_IN_KB = 4096
!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 = 2048
DEFINE FD_SIZE_IN_KB = 4096
!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 = 2048
DEFINE FD_SIZE_IN_KB = 4096
!endif
!endif
!endif