From ebd8a4f90cf58cd03a95fcc01acea1c59b0cad4e Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 1 Nov 2017 09:49:16 +0100 Subject: x86/smbios: Untangle system and board tables We were used to set the same values in the system and board tables. We'll keep the mainboard values as defaults for the system tables, so nothing changes unless somebody overrides the system table hooks. Change-Id: I3c9c95a1307529c3137647a161a698a4c3daa0ae Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/29477 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel Reviewed-by: HAOUAS Elyes --- src/drivers/i2c/at24rf08c/lenovo_serials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/i2c') diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c index 60b12cea99..0a6b343e6f 100644 --- a/src/drivers/i2c/at24rf08c/lenovo_serials.c +++ b/src/drivers/i2c/at24rf08c/lenovo_serials.c @@ -115,7 +115,7 @@ const char *smbios_mainboard_product_name(void) return lenovo_mainboard_partnumber(); } -void smbios_mainboard_set_uuid(u8 *uuid) +void smbios_system_set_uuid(u8 *uuid) { static char result[16]; unsigned i; -- cgit v1.2.3