diff options
author | Subrata Banik <subratabanik@google.com> | 2022-10-11 17:44:12 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-20 14:40:18 +0000 |
commit | 2e438c9a6b5d0105b6fa575bb0fdc592a9711063 (patch) | |
tree | 7b2a431e2df2dcf1cc6c5e3543717d6a00c20b79 /src/soc/intel | |
parent | 29ad9f76405bf3b36043d1da0ae3c8a0548c072f (diff) |
soc/intel/alderlake: Use `ufs.asl` from common code acpi block
This patch includes UFS ASL entry from common block ACPI code.
BUG=none
TEST=Able to build and boot Google/Kano.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: Ia77ea1c915d0dec991afa5b977af78487ae6a8b2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68301
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Meera Ravindranath <meera.ravindranath@intel.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/alderlake/acpi/southbridge.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/acpi/southbridge.asl b/src/soc/intel/alderlake/acpi/southbridge.asl index 2e419b18f5..d348d9ea0d 100644 --- a/src/soc/intel/alderlake/acpi/southbridge.asl +++ b/src/soc/intel/alderlake/acpi/southbridge.asl @@ -32,7 +32,7 @@ #endif /* UFS */ -#include "ufs.asl" +#include <soc/intel/common/block/acpi/acpi/ufs.asl> /* SMBus 0:1f.4 */ #include <soc/intel/common/block/acpi/acpi/smbus.asl> |