aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/smbios.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2018-08-23 14:56:25 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-09-06 10:26:50 +0000
commit6fbd87439119d3c1d99adfbcf0265f2f9c53723e (patch)
tree8792f0de18e9c74a4d5e65f4f7ee046aa21197f2 /src/arch/x86/smbios.c
parent8e5e9cf1a89c66859564679dfd74c847d20bf9d9 (diff)
chromeos/gnvs: remove function and naming cleanup
- Remove unused acpi_get_chromeos_acpi_info (see CB:28190) - Make function naming in gnvs.h consistent (start with "chromeos_") BUG=b:112288216 TEST=compile and run on eve Change-Id: I5b0066bc311b0ea995fa30bca1cd9235dc9b7d1b Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/28406 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/arch/x86/smbios.c')
-rw-r--r--src/arch/x86/smbios.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c
index 103b4aef7e..fc3a0a7f6b 100644
--- a/src/arch/x86/smbios.c
+++ b/src/arch/x86/smbios.c
@@ -367,7 +367,8 @@ static int smbios_write_type0(unsigned long *current, int handle)
#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES)
/* SMBIOS offsets start at 1 rather than 0 */
- acpi_get_chromeos_acpi()->vbt10 = (u32)t->eos + (version_offset - 1);
+ chromeos_get_chromeos_acpi()->vbt10 =
+ (u32)t->eos + (version_offset - 1);
#endif
#endif /* CONFIG_CHROMEOS */