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 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38421/1/src/commonlib/bsd/cbfs_priv... File src/commonlib/bsd/cbfs_private.c:
https://review.coreboot.org/c/coreboot/+/38421/1/src/commonlib/bsd/cbfs_priv... PS1, Line 34: if (do_hash && (vbrv = vb2_digest_init(&dc, master_hash->algo))) { do not use assignment in if condition