On Wed, Jun 03, 2020 at 21:36:35 +0200, Ard Biesheuvel wrote: > 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 <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]> > --- > ArmPkg/ArmPkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc > index 549a2d29ab61..bac1306af61f 100644 > --- a/ArmPkg/ArmPkg.dsc > +++ b/ArmPkg/ArmPkg.dsc > @@ -29,6 +29,9 @@ [BuildOptions] > 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 > -- > 2.26.2 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60696): https://edk2.groups.io/g/devel/message/60696 Mute This Topic: https://groups.io/mt/74657446/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
