diff options
author | Angel Pons <th3fanbus@gmail.com> | 2024-04-28 21:09:32 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-29 21:25:35 +0000 |
commit | 0b90b0fb053f88959a81bd01e6d9988d2c533363 (patch) | |
tree | 72e413c52737388cca8be4fc638b47d1af6e676d /src/mainboard/hp/280_g2 | |
parent | 5df42abbffb4ade756e0124cbddebbd1a151ddd9 (diff) |
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>
Diffstat (limited to 'src/mainboard/hp/280_g2')
-rw-r--r-- | src/mainboard/hp/280_g2/gma-mainboard.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/280_g2/gma-mainboard.ads b/src/mainboard/hp/280_g2/gma-mainboard.ads index 735fe2684c..0628211142 100644 --- a/src/mainboard/hp/280_g2/gma-mainboard.ads +++ b/src/mainboard/hp/280_g2/gma-mainboard.ads @@ -9,7 +9,7 @@ use HW.GFX.GMA.Display_Probing; private package GMA.Mainboard is ports : constant Port_List := - (HDMI3, -- DVI-I + (HDMI3, -- DVI-D eDP, -- VGA others => Disabled); |