aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-12-28 15:20:06 -0600
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-30 16:35:21 +0000
commit5cf4c87da70b11e0b9dcb2f7bcb31b537811ca86 (patch)
treeeda1e41ae2d40b71032b858e8788128eb07abfa7 /src/soc/intel/elkhartlake
parent142e6f5ecfcba4c1c2fd6b7e015cb215d16f34fc (diff)
soc/intel/common: Move gfx.asl to drivers/intel/gma
Adjust platform-level includes as needed. Change-Id: I376349ccddb95c166f0836ec1273bb8252c7c155 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48959 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/elkhartlake')
-rw-r--r--src/soc/intel/elkhartlake/acpi/southbridge.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/acpi/southbridge.asl b/src/soc/intel/elkhartlake/acpi/southbridge.asl
index 17d19131b5..02425c444b 100644
--- a/src/soc/intel/elkhartlake/acpi/southbridge.asl
+++ b/src/soc/intel/elkhartlake/acpi/southbridge.asl
@@ -15,7 +15,7 @@
#include "gpio.asl"
/* GFX 00:02.0 */
-#include <soc/intel/common/block/acpi/acpi/gfx.asl>
+#include <drivers/intel/gma/acpi/gfx.asl>
/* ESPI 0:1f.0 */
#include <soc/intel/common/block/acpi/acpi/lpc.asl>