Angel Pons has uploaded this change for review.

View Change

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>
---
M src/mainboard/hp/280_g2/gma-mainboard.ads
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/82112/1
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);


To view, visit change 82112. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I74c1257efb67cfdff2ae04a42c163dd320c850a4
Gerrit-Change-Number: 82112
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange