build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25802 )
Change subject: [WIP] soc/intel/apollolake: Use bootblock common stage ......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/#/c/25802/11/src/soc/intel/apollolake/bootblock/... File src/soc/intel/apollolake/bootblock/bootblock.c:
https://review.coreboot.org/#/c/25802/11/src/soc/intel/apollolake/bootblock/... PS11, Line 112: return (struct bootblock_ops*)&g_soc_bb_ops; "(foo*)" should be "(foo *)"