| commit | 730f17c6abf9be8b43734dbfabe90256d479fecb | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.huber@secunet.com> | Mon Jun 12 15:51:25 2017 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Tue Jul 25 20:21:27 2017 +0000 |
| tree | 785a5838e616535e58743d977745733addea6aed | |
| parent | 01b680ff020b1bcc9e5d8a864affd47bac75488b [diff] [blame] |
gma hsw bdw: Add DDI buffer translations Change-Id: Ib87be86e2853e6b9df7e19dd9cb80d4f7effefc5 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20166 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/common/haswell/hw-gfx-gma-connectors-ddi-buffers.ads b/common/haswell/hw-gfx-gma-connectors-ddi-buffers.ads index 499226a..cc4b9ed 100644 --- a/common/haswell/hw-gfx-gma-connectors-ddi-buffers.ads +++ b/common/haswell/hw-gfx-gma-connectors-ddi-buffers.ads
@@ -15,7 +15,6 @@ private package HW.GFX.GMA.Connectors.DDI.Buffers is - procedure Translations (Trans : out Buf_Trans_Array; Port : Digital_Port) - is null; + procedure Translations (Trans : out Buf_Trans_Array; Port : Digital_Port); end HW.GFX.GMA.Connectors.DDI.Buffers;