From 68d720fd92bbdbbfae5adee02d6d9fd24ca38f30 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 3 Jun 2020 21:32:17 +0200 Subject: 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 --- ArmPkg/ArmPkg.dsc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3