Platforms/ARM/Juno/ACPI: Fix name of MADT structure

The name EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE was used for
a local structure which is compiled for ACPI rev 5.1 or higher only.
This commit removes the incorrect ACPI "5_0" revision part and sets
the structure name to MULTIPLE_APIC_DESCRIPTION_TABLE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
1 file changed