| commit | 0923b795fe51df4431061fa8b44d975aa8027f52 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.huber@secunet.com> | Fri Jun 09 15:28:41 2017 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Tue Jul 25 20:14:32 2017 +0000 |
| tree | d6fef218da29151f483b9ae1eb7fb4f86bab6f5f | |
| parent | fb4f8ce26a05c2304367c066b806519941658373 [diff] [blame] |
gma-connectors: Add Initialize() procedure Change-Id: I62946152da9a93b881e0b0ea4b2679086ec8e970 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20128 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
diff --git a/common/ironlake/hw-gfx-gma-connectors.adb b/common/ironlake/hw-gfx-gma-connectors.adb index 7d00fa6..8ae47fd 100644 --- a/common/ironlake/hw-gfx-gma-connectors.adb +++ b/common/ironlake/hw-gfx-gma-connectors.adb
@@ -29,6 +29,12 @@ package body HW.GFX.GMA.Connectors is + procedure Initialize + is + begin + null; + end Initialize; + function Is_Internal (Port_Cfg : Port_Config) return Boolean is begin