OvmfPkg: Corrects default values in OvmfPkgIa32X64.dsc

Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
Savva Mitrofanov 2023-03-09 17:11:34 +06:00
parent 9f35d83d71
commit 3f8cfa4d44
No known key found for this signature in database
GPG Key ID: 774924031750BF64

View File

@ -29,14 +29,12 @@
# Defines for default states. These can be changed on the command line.
# -D FLAG=VALUE
#
DEFINE SECURE_BOOT_ENABLE = TRUE
DEFINE SMM_REQUIRE = TRUE
DEFINE SECURE_BOOT_ENABLE = FALSE
DEFINE SMM_REQUIRE = FALSE
DEFINE SOURCE_DEBUG_ENABLE = FALSE
!include OvmfPkg/OvmfTpmDefines.dsc.inc
DEFINE DEBUG_ON_SERIAL_PORT = TRUE
#
# Shell can be useful for debugging but should not be enabled for production
#