summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/coreboot/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-10-12 18:48:45 +0000
committerSimon Glass <sjg@chromium.org>2012-11-30 13:44:03 -0800
commit93c1735f41aa290c7f3ebc8545ccc8d9edd9f22f (patch)
tree7e8d12e0705a9692e6931253a77184fd8e349868 /arch/x86/cpu/coreboot/Makefile
parentb8715d8def240014da5614a4f940130ec06d9ebf (diff)
downloadtalos-obmc-uboot-93c1735f41aa290c7f3ebc8545ccc8d9edd9f22f.tar.gz
talos-obmc-uboot-93c1735f41aa290c7f3ebc8545ccc8d9edd9f22f.zip
x86: coreboot: Drop sysinfo.c
sysinfo.c only contains the lib_sysinfo data structure which is used/filled by tables.c. This split was introduced by importing code from libpayload originally, but to keep the code simple, add the single line of actual code to tables.c Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/coreboot/Makefile')
-rw-r--r--arch/x86/cpu/coreboot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/Makefile b/arch/x86/cpu/coreboot/Makefile
index fbf5a0038c..2afd30cd52 100644
--- a/arch/x86/cpu/coreboot/Makefile
+++ b/arch/x86/cpu/coreboot/Makefile
@@ -37,7 +37,6 @@ COBJS-$(CONFIG_SYS_COREBOOT) += coreboot.o
COBJS-$(CONFIG_SYS_COREBOOT) += tables.o
COBJS-$(CONFIG_SYS_COREBOOT) += ipchecksum.o
COBJS-$(CONFIG_SYS_COREBOOT) += sdram.o
-COBJS-$(CONFIG_SYS_COREBOOT) += sysinfo.o
COBJS-$(CONFIG_PCI) += pci.o
SOBJS-$(CONFIG_SYS_COREBOOT) += coreboot_car.o
OpenPOWER on IntegriCloud