Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78876?usp=email )
Change subject: mb/google/poppy/var/nami: Fix SMBIOS name for Akali360 ......................................................................
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 --- M src/mainboard/google/poppy/variants/nami/mainboard.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Felix Singer: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c index e764523..aaa51dd 100644 --- a/src/mainboard/google/poppy/variants/nami/mainboard.c +++ b/src/mainboard/google/poppy/variants/nami/mainboard.c @@ -197,7 +197,7 @@ 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: