build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36314 )
Change subject: drivers/intel/fsp2_0: move die() calls to the functions ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/36314/1/src/drivers/intel/fsp2_0/ha... File src/drivers/intel/fsp2_0/hand_off_block.c:
https://review.coreboot.org/c/coreboot/+/36314/1/src/drivers/intel/fsp2_0/ha... PS1, Line 194: if (fsp_find_range_hob(re, fsp_reserved_memory_guid)); trailing semicolon indicates no statements, indent implies otherwise
https://review.coreboot.org/c/coreboot/+/36314/1/src/drivers/intel/fsp2_0/ha... PS1, Line 194: if (fsp_find_range_hob(re, fsp_reserved_memory_guid)); trailing statements should be on next line