commit | 223605f902edc38f5441222d4989b0304438d319 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Dec 19 16:04:00 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 07 13:49:15 2024 -0700 |
tree | 40fee07b4c07e6a5d6fb05511987237777061156 | |
parent | fc7a0ee1c007028dd48d6717117671589b3ee03c [diff] |
acpi: Kconfig symbol CONFIG_QFW_ACPI We have two implementations of write_acpi_tables(). One for writing ACPI tables based on ACPI_WRITER() entries another based on copying tables from QEMU. Create a symbol CONFIG_QFW_ACPI that signifies copying ACPI tables from QEMU and use it consistently. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>