build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27746 )
Change subject: soc/intel/apollolake: Force USB-C into host mode ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/27746/2/src/soc/intel/apollolake/chip.c File src/soc/intel/apollolake/chip.c:
https://review.coreboot.org/#/c/27746/2/src/soc/intel/apollolake/chip.c@676 PS2, Line 676: if (IS_ENABLED(CONFIG_SOC_INTEL_GLK) && vboot_can_enable_udc()) that open brace { should be on the previous line
https://review.coreboot.org/#/c/27746/2/src/soc/intel/apollolake/chip.c@698 PS2, Line 698: while ((read32(cfg1) & DRD_MODE_MASK) != DRD_MODE_HOST) that open brace { should be on the previous line