build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43402 )
Change subject: util/cbfstool/ifittool.c: Handle CBFS stages when added as FIT IBB entry ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/43402/1/util/cbfstool/ifittool.c File util/cbfstool/ifittool.c:
https://review.coreboot.org/c/coreboot/+/43402/1/util/cbfstool/ifittool.c@37... PS1, Line 371: if(ntohl(cbfs_file->type) == CBFS_COMPONENT_STAGE) { space required before the open parenthesis '('
https://review.coreboot.org/c/coreboot/+/43402/1/util/cbfstool/ifittool.c@37... PS1, Line 372: cbfs_stage = (struct cbfs_stage *)((uint8_t *)cbfs_file + ntohl(cbfs_file->offset)); line over 96 characters