]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: coreboot: Drop sysinfo.c
authorStefan Reinauer <reinauer@chromium.org>
Fri, 12 Oct 2012 18:48:45 +0000 (18:48 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Nov 2012 21:44:03 +0000 (13:44 -0800)
commit93c1735f41aa290c7f3ebc8545ccc8d9edd9f22f
tree7e8d12e0705a9692e6931253a77184fd8e349868
parentb8715d8def240014da5614a4f940130ec06d9ebf
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>
arch/x86/cpu/coreboot/Makefile
arch/x86/cpu/coreboot/sysinfo.c [deleted file]
arch/x86/cpu/coreboot/tables.c