From fc49adfe82b43145ce6984f30cd95afe6219cf08 Mon Sep 17 00:00:00 2001 From: Mathew King Date: Fri, 5 Mar 2021 07:09:24 -0700 Subject: soc/amd/cezanne: Move globalnvs.asl to the correct location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=b:180507937 TEST=guybrush builds without globalnvs in dsdt.asl Signed-off-by: Mathew King Change-Id: I3ffe94f7b575126e61245bed9c9560313df2d725 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51291 Reviewed-by: Raul Rangel Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/acpi/soc.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/cezanne') diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index ecfdef8a24..5bd9e0739b 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -1,13 +1,13 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include "globalnvs.asl" + Scope(\_SB) { /* global utility methods expected within the \_SB scope */ #include #include - #include "globalnvs.asl" - #include "pci_int_defs.asl" #include "mmio.asl" -- cgit v1.2.3