OvmfPkg: Increase default RELEASE build image size to 2MB
Fixes: https://github.com/tianocore/edk2/issues/47 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Bruce Cran <bruce@cran.org.uk> Cc: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19775 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,19 +15,7 @@
|
||||
|
||||
################################################################################
|
||||
|
||||
#
|
||||
# Default flash size for DEBUG build is 2MB. For RELEASE it is 1MB.
|
||||
#
|
||||
# Defining FD_SIZE_1MB or FD_SIZE_2MB on the build command line can
|
||||
# override this.
|
||||
#
|
||||
[Defines]
|
||||
!if $(TARGET) == RELEASE
|
||||
!ifndef $(FD_SIZE_2MB)
|
||||
DEFINE FD_SIZE_1MB=
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!include OvmfPkg.fdf.inc
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user