mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 17:57:45 +02:00
OvmfPkg: Corrects default values in OvmfPkgIa32X64.dsc
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
9f35d83d71
commit
3f8cfa4d44
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user