ec/google/wilco: Fix comment about enclosure type

SYSTEM_TYPE_CONVERTIBLE is not valid SMBIOS enclosure type,
but selecting it implies SMBIOS_ENCLOSURE_CONVERTIBLE.

Change-Id: Ib658af7b80586428b22f08a738964637e1fbd17a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42141
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Kyösti Mälkki 2020-06-07 14:11:50 +03:00 committed by Patrick Georgi
parent ee55d71c96
commit 44a4c0a58d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* the Linux kernel at drivers/platform/x86/intel-vbtn.c
*
* For tablet/laptop and dock/undock events to work the board must
* select SYSTEM_TYPE_CONVERTIBLE for the SMBIOS enclosure type to
* have SMBIOS_ENCLOSURE_CONVERTIBLE for the SMBIOS enclosure type to
* indicate the device is a convertible.
*/