Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86007?usp=email )
Change subject: mb/asrock/fatal1ty_z87_professional: List another USB debug port ......................................................................
mb/asrock/fatal1ty_z87_professional: List another USB debug port
List an additional USB debug port on one of the USB-2.0-Headers.
Change-Id: Ia2bfb8ff2fbfab426c569198466cc27b83a85bc7 Signed-off-by: Jan Philipp Groß jeangrande@mailbox.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/86007 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asrock/fatal1ty_z87_professional/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Angel Pons: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve build bot (Jenkins): Verified
diff --git a/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig b/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig index b1600ef..c83a900 100644 --- a/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig +++ b/src/mainboard/asrock/fatal1ty_z87_professional/Kconfig @@ -22,5 +22,5 @@ default "Fatal1ty Z87 Professional"
config USBDEBUG_HCD_INDEX - default 2 # USB-2.0-Header with the designation USB4_5 + default 2 # Headers: USB45, USB3_6_7 endif