From: Ard Biesheuvel Date: Wed, 3 Jun 2020 19:32:17 +0000 (+0200) Subject: ArmPkg/ArmPkg.dsc: set terminal type PCD to the right value X-Git-Tag: edk2-stable202008~363 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=68d720fd92bbdbbfae5adee02d6d9fd24ca38f30;hp=7191dd3c5990416cf473ce36b3fb84ecb2f7b950;p=mirror_edk2.git ArmPkg/ArmPkg.dsc: set terminal type PCD to the right value PlatformBootManagerLib now asserts at build time that the correct terminal type is used, and so leaving it unset breaks the ArmPkg DSC build. So fix that. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 549a2d29ab..bac1306af6 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -29,6 +29,9 @@ RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES +[PcdsFixedAtBuild] + gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4 + [LibraryClasses.common] BaseLib|MdePkg/Library/BaseLib/BaseLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf