]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmJunoDxe: simplify ACPI table installation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 30 Mar 2017 13:03:54 +0000 (14:03 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Apr 2017 15:01:14 +0000 (16:01 +0100)
commitbacfa806a7acc2bd1dbd6a5e62faf35244777e99
tree86771a58ec98a699e33bbd6671dfaf71865820e9
parent6e9e524f9b330cec9f045f08c0dd2f2e4345c47d
ArmPlatformPkg/ArmJunoDxe: simplify ACPI table installation

Having a three way conditional with callbacks would make sense if the
callbacks weren't (a) identical and (b) didn't return TRUE all the
time. So get rid of the kludge.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c