diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-01 21:27:37 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-04 15:45:03 +0000 |
commit | 761dbe228d023984efa1d2761a1611e567c26927 (patch) | |
tree | e5bc98421df89df5ca9a4a20594b6699b0859f66 | |
parent | ee37c39a4318ff846aa15593f8cc35f701c8575f (diff) | |
download | coreboot-761dbe228d023984efa1d2761a1611e567c26927.tar.xz |
nb/amd/agesa/family14/acpi: Fix comment
"amdfam10" is no more.
Change-Id: Ibf4892bb4076eb88b864fc0e894b986bf6f6e5bf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38054
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl index add58ff2e5..1f877ccc6e 100644 --- a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl +++ b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl @@ -25,7 +25,7 @@ * Scope (\_SB.PCI0) { * Device (K10M) { * Name (_ADR, 0x00180003) - * #include <northbridge/amd/amdfam10/thermal_mixin.asl> + * #include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl> * } * } * |