ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependency
This driver depends on the gEfiCpuArchProtocolGuid protocol but does not declare it, and so this dependency gets satisfied transitively via ArmLib. However, ArmLib will drop this dependency as it does not actually use it, so declare it for LcdGraphicsOutputDxe instead. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> 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
						
							6c6fef0247
						
					
				
				
					commit
					ed1c70cf1a
				
			| @@ -38,6 +38,7 @@ | ||||
|   UefiLib | ||||
|  | ||||
| [Protocols] | ||||
|   gEfiCpuArchProtocolGuid | ||||
|   gEfiDevicePathProtocolGuid | ||||
|   gEfiGraphicsOutputProtocolGuid | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user