From 41a4401a4e851637cd0891de7333f708bb2bf93d Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Thu, 10 Feb 2022 02:39:51 +0800 Subject: [PATCH] sdm845Pkg: CommonDsc.dsc.inc: change PcdDebugPrintErrorLevel --- sdm845Pkg/CommonDsc.dsc.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdm845Pkg/CommonDsc.dsc.inc b/sdm845Pkg/CommonDsc.dsc.inc index db0c569..ca5ca38 100644 --- a/sdm845Pkg/CommonDsc.dsc.inc +++ b/sdm845Pkg/CommonDsc.dsc.inc @@ -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" - - -- 2.45.2