build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47829 )
Change subject: util/cbfstool: Treat region offsets differently than absolute addresses ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/47829/1/util/cbfstool/cbfstool.c File util/cbfstool/cbfstool.c:
https://review.coreboot.org/c/coreboot/+/47829/1/util/cbfstool/cbfstool.c@12... PS1, Line 128: static unsigned convert_region_offset(unsigned offset) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/c/coreboot/+/47829/1/util/cbfstool/cbfstool.c@12... PS1, Line 128: static unsigned convert_region_offset(unsigned offset) Prefer 'unsigned int' to bare use of 'unsigned'