x86: acpi: Move MADT down a bit
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:12:04 +0000 (13:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit85f2def907a5dac68d552d5f6235115deb176324
treea050d5131439996922415267f1c7a2f88730405b
parentb5183172f031603c5d861c34389f88a3c493cfd7
x86: acpi: Move MADT down a bit

Put this table before MCFG so that it matches the order that coreboot uses
when passing tables to Linux. This is a cosmetic change since the order of
the tables does not otherwise matter.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/acpi_table.c