Jonathan Zhang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42022 )
Change subject: mb/facebook/watson: support firmware version ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42022/1/src/mainboard/facebook/wats... File src/mainboard/facebook/watson/ramstage.c:
https://review.coreboot.org/c/coreboot/+/42022/1/src/mainboard/facebook/wats... PS1, Line 38: static char cb_ver[] = "cb_ver:";
static char array declaration should probably be static const char
Done