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:
parent
0285d67ae3
commit
66e346cad3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue