]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependency
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 4 Mar 2020 11:56:46 +0000 (12:56 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 4 Mar 2020 17:42:43 +0000 (17:42 +0000)
commited1c70cf1a954e857eb122892f3e510966dc4a9f
tree8252fbf6cd0d1821ce17c5af348e089253ef83e4
parent6c6fef024718578596a3554e6d287a89aa49b950
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>
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf