build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38421 )
Change subject: commonlib/bsd: Add new CBFS core implementation ......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38421/9/src/commonlib/bsd/cbfs_priv... File src/commonlib/bsd/cbfs_private.c:
https://review.coreboot.org/c/coreboot/+/38421/9/src/commonlib/bsd/cbfs_priv... PS9, Line 35: if (do_hash && (vbrv = vb2_digest_init(&dc, master_hash->algo))) { do not use assignment in if condition