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 <ard.biesheuvel@arm.com> Reviewed-by: Leif Lindholm <leif@nuviainc.com>
This commit is contained in:
		
				
					committed by
					
						![mergify[bot]](/avatar/e3df20cd7a67969c41a65f03bea54961?size=40) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							7191dd3c59
						
					
				
				
					commit
					68d720fd92
				
			| @@ -29,6 +29,9 @@ | |||||||
|   RELEASE_*_*_CC_FLAGS  = -DMDEPKG_NDEBUG |   RELEASE_*_*_CC_FLAGS  = -DMDEPKG_NDEBUG | ||||||
|   *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES |   *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES | ||||||
|  |  | ||||||
|  | [PcdsFixedAtBuild] | ||||||
|  |   gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4 | ||||||
|  |  | ||||||
| [LibraryClasses.common] | [LibraryClasses.common] | ||||||
|   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf |   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf | ||||||
|   BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf |   BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user