Revert "acpi,Makefile: Add preload_acpi_dsdt"
This reverts commit 6b446b991b.
Reason for revert: This effort was apparently given up on since 4 years.
So remove the function, since it is not used at the moment. If someone
wants to bring that effort back to live, said person can feel free to do
so.
Change-Id: Ifa1ca58c8bf6aabb5b291d3244b1a1a0a7aec6c7
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87065
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2f28ec300e
commit
d696fa6987
3 changed files with 0 additions and 15 deletions
|
|
@ -1739,7 +1739,6 @@ void acpi_create_einj(acpi_einj_t *einj, uintptr_t addr, u8 actions);
|
|||
unsigned long fw_cfg_acpi_tables(unsigned long start);
|
||||
|
||||
/* These are implemented by the target port or north/southbridge. */
|
||||
void preload_acpi_dsdt(void);
|
||||
unsigned long write_acpi_tables(const unsigned long addr);
|
||||
unsigned long acpi_fill_madt(unsigned long current);
|
||||
unsigned long acpi_arch_fill_madt(acpi_madt_t *madt, unsigned long current);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue