summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads b/src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads
deleted file mode 100644
index daa6c0f877..0000000000
--- a/src/mainboard/gigabyte/ga-h61m-s2pv/gma-mainboard.ads
+++ /dev/null
@@ -1,17 +0,0 @@
--- SPDX-License-Identifier: GPL-2.0-only
--- This file is part of the coreboot project.
-
-with HW.GFX.GMA;
-with HW.GFX.GMA.Display_Probing;
-
-use HW.GFX.GMA;
-use HW.GFX.GMA.Display_Probing;
-
-private package GMA.Mainboard is
-
- ports : constant Port_List :=
- (HDMI1,
- Analog,
- others => Disabled);
-
-end GMA.Mainboard;