Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/82112?usp=email )
Change subject: mb/hp/280_g2: Fix comment in `gma-mainboard.ads` ......................................................................
mb/hp/280_g2: Fix comment in `gma-mainboard.ads`
The DVI connector on this board is DVI-D (digital only), not DVI-I.
Change-Id: I74c1257efb67cfdff2ae04a42c163dd320c850a4 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/82112 Reviewed-by: Nicholas Chin nic.c3.14@gmail.com Reviewed-by: Paul Menzel paulepanter@mailbox.org Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M src/mainboard/hp/280_g2/gma-mainboard.ads 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Nico Huber: Looks good to me, approved Nicholas Chin: Looks good to me, approved
diff --git a/src/mainboard/hp/280_g2/gma-mainboard.ads b/src/mainboard/hp/280_g2/gma-mainboard.ads index 735fe26..0628211 100644 --- a/src/mainboard/hp/280_g2/gma-mainboard.ads +++ b/src/mainboard/hp/280_g2/gma-mainboard.ads @@ -9,7 +9,7 @@ private package GMA.Mainboard is
ports : constant Port_List := - (HDMI3, -- DVI-I + (HDMI3, -- DVI-D eDP, -- VGA others => Disabled);