soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / biostar / th61-itx / gma-mainboard.ads
blob81097a67f76ecdfe79cba91e102e8202588b95be
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
10 -- TODO: verify this with a CPU that has an IGP
11 ports : constant Port_List :=
12 (HDMI1, -- DVI
13 HDMI2, -- HDMI
14 HDMI3,
15 Analog,
16 others => Disabled);
18 end GMA.Mainboard;