Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47175 )
Change subject: ec/google/chromeec: Remove the check for Internal TypeC MUX ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/47175/1/src/ec/google/chromeec/ec_a... File src/ec/google/chromeec/ec_acpi.c:
https://review.coreboot.org/c/coreboot/+/47175/1/src/ec/google/chromeec/ec_a... PS1, Line 143: if (!config->mux_conn[i]) : printk(BIOS_INFO, "Mux connector info missing for Type-C port " : "#%d\n", i);
This was actually my fault. I had asked Tim to print an error here in case mux_conn is not found. […]
Done