build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31943 )
Change subject: vboot: deprecate physical dev switch ......................................................................
Patch Set 5:
(6 comments)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/lumpy/chromeos... File src/mainboard/samsung/lumpy/chromeos.c:
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/lumpy/chromeos... PS5, Line 64: strncpy((char *)gpios->gpios[2].name,"lid", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/lumpy/chromeos... PS5, Line 70: strncpy((char *)gpios->gpios[3].name,"power", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/lumpy/chromeos... PS5, Line 76: strncpy((char *)gpios->gpios[4].name,"oprom", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/stumpy/chromeo... File src/mainboard/samsung/stumpy/chromeos.c:
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/stumpy/chromeo... PS5, Line 61: strncpy((char *)gpios->gpios[2].name,"lid", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/stumpy/chromeo... PS5, Line 67: strncpy((char *)gpios->gpios[3].name,"power", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)
https://review.coreboot.org/#/c/31943/5/src/mainboard/samsung/stumpy/chromeo... PS5, Line 73: strncpy((char *)gpios->gpios[4].name,"oprom", GPIO_MAX_NAME_LENGTH); space required after that ',' (ctx:VxV)