aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/hatch/mainboard.c')
-rw-r--r--src/mainboard/google/hatch/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/mainboard.c b/src/mainboard/google/hatch/mainboard.c
index a0fbb73f43..eb77a0030b 100644
--- a/src/mainboard/google/hatch/mainboard.c
+++ b/src/mainboard/google/hatch/mainboard.c
@@ -36,7 +36,7 @@ static uint32_t get_board_sku(void)
return sku_id;
}
-const char *smbios_mainboard_sku(void)
+const char *smbios_system_sku(void)
{
static char sku_str[7]; /* sku{0..255} */
uint32_t sku_id = get_board_sku();