summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x230/gma-mainboard.ads
diff options
context:
space:
mode:
authorBill XIE <persmule@hardenedlinux.org>2020-05-18 21:22:50 +0800
committerAlexander Couzens <lynxis@fe80.eu>2020-05-21 03:05:38 +0000
commitebf1932f23dcacf995064cf1c790568b6914f99a (patch)
tree9d7e2594d01deac525f2ef7cdaab5eed02f52357 /src/mainboard/lenovo/x230/gma-mainboard.ads
parentcfd78b1500bed6d3d410f984450c45f28b700aa2 (diff)
mb/lenovo/x230: Turn X230 into a variant
Other variants would be added later. Change-Id: Ic6af14f0aa7a6f7378048f3c38d5713c18950366 Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41509 Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x230/gma-mainboard.ads')
-rw-r--r--src/mainboard/lenovo/x230/gma-mainboard.ads22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/mainboard/lenovo/x230/gma-mainboard.ads b/src/mainboard/lenovo/x230/gma-mainboard.ads
deleted file mode 100644
index 3df1e37f3e..0000000000
--- a/src/mainboard/lenovo/x230/gma-mainboard.ads
+++ /dev/null
@@ -1,22 +0,0 @@
--- SPDX-License-Identifier: GPL-2.0-or-later
-
-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 :=
- (DP1,
- DP2,
- DP3,
- HDMI1,
- HDMI2,
- HDMI3,
- Analog,
- LVDS,
- others => Disabled);
-
-end GMA.Mainboard;