mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
x86: Fix reference to QEMU variant of write_acpi_tables()
The commiteece493a7a
("cmd: qfw: bring ACPI generation code into qfw core") moves ACPI related code to another file and missed an update of references in acpi_table.c. Do it now. Fixes:eece493a7a
("cmd: qfw: bring ACPI generation code into qfw core") Cc: Miao Yan <yanmiaobest@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
3ffb33d636
commit
7b36dbdec7
1 changed files with 1 additions and 2 deletions
|
@ -357,8 +357,7 @@ void enter_acpi_mode(int pm1_cnt)
|
|||
}
|
||||
|
||||
/*
|
||||
* QEMU's version of write_acpi_tables is defined in
|
||||
* arch/x86/cpu/qemu/acpi_table.c
|
||||
* QEMU's version of write_acpi_tables is defined in drivers/misc/qfw.c
|
||||
*/
|
||||
ulong write_acpi_tables(ulong start)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue