mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
![]() When using the ACPI tables supplied by QEMU, we don't need to build the FADT and MADT tables in U-Boot. This patch avoids a build failure make qemu-riscv64_smode_defconfig acpi.config riscv64-linux-gnu-ld.bfd: lib/acpi/acpi_table.o: in function `acpi_write_fadt': lib/acpi/acpi_table.c:265:(.text.acpi_write_fadt+0x15c): undefined reference to `acpi_fill_fadt' riscv64-linux-gnu-ld.bfd: lib/acpi/acpi_table.o: in function `acpi_write_madt': lib/acpi/acpi_table.c:294:(.text.acpi_write_madt+0x52): undefined reference to `acpi_fill_madt' Fixes: |
||
---|---|---|
.. | ||
acpi.c | ||
acpi_device.c | ||
acpi_dp.c | ||
acpi_table.c | ||
acpi_writer.c | ||
acpigen.c | ||
base.c | ||
csrt.c | ||
dsdt.c | ||
facs.c | ||
Makefile | ||
mcfg.c | ||
ssdt.c |