soc/amd: Move aoac.asl from picasso into common
I also removed the unnecessary #include in soc.asl. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ifbd79871fd49b18f45d97f64ccd68fa96eaaebce Reviewed-on: https://review.coreboot.org/c/coreboot/+/50572 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Mathew King <mathewk@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
24d024ae24
commit
5c5f211b5b
|
@ -1,9 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <soc/amd/common/acpi/aoac.asl>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <amdblocks/acpimmio_map.h>
|
||||
#include <aoac.asl>
|
||||
|
||||
Device (AAHB)
|
||||
{
|
||||
|
|
|
@ -11,9 +11,6 @@ Device(PCI0) {
|
|||
/* Describe PCI INT[A-H] for the Southbridge */
|
||||
#include "pci_int.asl"
|
||||
|
||||
/* Describe the AOAC devices */
|
||||
#include "aoac.asl"
|
||||
|
||||
/* Describe the devices in the Southbridge */
|
||||
#include "sb_fch.asl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue