On Sun, 27 Feb 2022 at 07:10, Alexander Graf <ag...@csgraf.de> wrote: > > With QEMU, we receive ACPI tables from the hypervisor rather than build > them ourselves in U-Boot. That logic however hard codes the target to the > x86 QEMU target, leaving ARM out on the fun. > > Let's add the ARM QEMU config as well to the ifdefs so that we can consume > QEMU provided firmware tables there as well. > > Signed-off-by: Alexander Graf <ag...@csgraf.de> > --- > lib/acpi/Makefile | 2 ++ > lib/acpi/acpi_writer.c | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>