x86: qemu: rename qemu/acpi_table.c

Rename qemu/acpi_table.c to qemu/e820.c, because ACPI stuff is moved
to qfw core, this file only contains code for installing e820 table.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
master
Miao Yan 8 years ago committed by Bin Meng
parent eece493a7a
commit 494ec0d093
  1. 3
      arch/x86/cpu/qemu/Makefile
  2. 0
      arch/x86/cpu/qemu/e820.c

@ -8,5 +8,4 @@ ifndef CONFIG_EFI_STUB
obj-y += car.o dram.o
endif
obj-y += qemu.o
obj-$(CONFIG_QFW) += cpu.o
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o
obj-$(CONFIG_QFW) += cpu.o e820.o

Loading…
Cancel
Save