Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46442 )
Change subject: mb/google/kukui: change Jacuzzi followers LCMID to fixed value ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46442/13/src/mainboard/google/kukui... File src/mainboard/google/kukui/boardid.c:
https://review.coreboot.org/c/coreboot/+/46442/13/src/mainboard/google/kukui... PS13, Line 15: /* : * The boardid.c should provide board_id, sku_id, and ram_code. : * board_id is provided by ec/google/chromeec/ec_boardid.c. : * sku_id and ram_code are defined in this file. : */ Put this right after license?
/* SPDX-License-Identifier: GPL-2.0-only */ <<<BLANK LINE>>> /* * The boardid.c... */ <<<BLANK LINE>>> #include <...>