diff options
author | Mathew King <mathewk@chromium.org> | 2021-03-05 07:09:24 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-03-13 02:36:35 +0000 |
commit | fc49adfe82b43145ce6984f30cd95afe6219cf08 (patch) | |
tree | dde93f3afa88b095b76217a04d5db6eb2b23d6a9 /src/soc | |
parent | d5baf6d89cd9906ce4e97929309004bfba8cc710 (diff) |
soc/amd/cezanne: Move globalnvs.asl to the correct location
BUG=b:180507937
TEST=guybrush builds without globalnvs in dsdt.asl
Signed-off-by: Mathew King <mathewk@chromium.org>
Change-Id: I3ffe94f7b575126e61245bed9c9560313df2d725
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51291
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/cezanne/acpi/soc.asl | 4 |
1 files changed, 2 insertions, 2 deletions
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 <arch/x86/acpi/globutil.asl> #include <soc/amd/common/acpi/gpio_bank_lib.asl> - #include "globalnvs.asl" - #include "pci_int_defs.asl" #include "mmio.asl" |