sdm845Pkg: CommonDsc.dsc.inc: change PcdDebugPrintErrorLevel
This commit is contained in:
parent
aea6542475
commit
41a4401a4e
@ -306,7 +306,11 @@
|
||||
# DEBUG_EVENT 0x00080000 // Event messages
|
||||
# DEBUG_ERROR 0x80000000 // Error
|
||||
|
||||
!if $(TARGET) != RELEASE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
|
||||
!else
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
||||
!endif
|
||||
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
||||
|
||||
#
|
||||
@ -337,5 +341,3 @@
|
||||
|
||||
[PcdsDynamicHii.common.DEFAULT]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|3 # Variable: L"Timeout"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user