mb/google/poppy/var/nami: Fix SMBIOS name for Akali360

Remove space to improve compatibility with OS drivers and various
tools, and to be consistent with other device names with the 360
suffix.

TEST=build/boot Windows/Linux on Akali360, verify audio functional.

Change-Id: Ib9b909dba939f726e6fbe71f5b4956b432086029
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78876
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Matt DeVillier 2023-11-02 10:18:39 -05:00 committed by Martin L Roth
parent 0285d67ae3
commit 66e346cad3
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ const char *smbios_mainboard_product_name(void)
snprintf(product, sizeof(product), "Akali"); break;
case SKU_0_AKALI360:
case SKU_1_AKALI360:
snprintf(product, sizeof(product), "Akali 360"); break;
snprintf(product, sizeof(product), "Akali360"); break;
case SKU_0_BARD:
case SKU_1_BARD:
case SKU_2_BARD: