build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44820 )
Change subject: util/ifdtool: Fix eSPI frequency as per Gen 11 SPI flash guide ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44820/2/util/ifdtool/ifdtool.c File util/ifdtool/ifdtool.c:
https://review.coreboot.org/c/coreboot/+/44820/2/util/ifdtool/ifdtool.c@638 PS2, Line 638: if (is_platform_with_100x_series_pch()) { suspect code indent for conditional statements (8, 17)
https://review.coreboot.org/c/coreboot/+/44820/2/util/ifdtool/ifdtool.c@639 PS2, Line 639: if (chipset == CHIPSET_100_200_SERIES_SUNRISE_POINT) { Statements should start on a tabstop