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/mainboard/scaleway/tagada/ramstage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/scaleway') diff --git a/src/mainboard/scaleway/tagada/ramstage.c b/src/mainboard/scaleway/tagada/ramstage.c index 561c081d4b26..d592d99cf456 100644 --- a/src/mainboard/scaleway/tagada/ramstage.c +++ b/src/mainboard/scaleway/tagada/ramstage.c @@ -41,8 +41,8 @@ const char *smbios_mainboard_serial_number(void) return CONFIG_MAINBOARD_SERIAL_NUMBER; } -/* Override smbios_mainboard_set_uuid */ -void smbios_mainboard_set_uuid(u8 *uuid) +/* Override smbios_system_set_uuid */ +void smbios_system_set_uuid(u8 *uuid) { const u8 *bmc_uuid = bmcinfo_uuid(); if (bmc_uuid) -- cgit v1.2.3