diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-18 12:10:21 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-19 18:38:58 +0000 |
commit | d082b6ae848a91628b210ed7ff9fcc829cfa74f5 (patch) | |
tree | 8c0b402e9c7473983e4584ba4e91dfefab29d503 /src/mainboard/jetway/nf81-t56n-lf | |
parent | c924f3982968ff099db49949b8b60963008e3d37 (diff) |
AGESA binaryPI: Clean up amdfamXX.h include
Change-Id: Iba8b8d33e1f10e28745234988d97d4fafd04c798
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/jetway/nf81-t56n-lf')
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/irq_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/mptable.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/acpi_tables.c b/src/mainboard/jetway/nf81-t56n-lf/acpi_tables.c index 83daa6eb38..07820969f1 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/acpi_tables.c +++ b/src/mainboard/jetway/nf81-t56n-lf/acpi_tables.c @@ -18,7 +18,6 @@ #include <arch/acpigen.h> #include <arch/ioapic.h> #include <console/console.h> -#include <cpu/amd/amdfam14.h> #include <device/pci.h> #include <device/pci_ids.h> #include <string.h> diff --git a/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c b/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c index cfe9250bec..d33b5b8cce 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c +++ b/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c @@ -15,7 +15,6 @@ #include <arch/pirq_routing.h> #include <console/console.h> -#include <cpu/amd/amdfam14.h> #include <device/pci_def.h> #include <string.h> #include <stdint.h> diff --git a/src/mainboard/jetway/nf81-t56n-lf/mptable.c b/src/mainboard/jetway/nf81-t56n-lf/mptable.c index 5f91c777e0..140b874226 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/mptable.c +++ b/src/mainboard/jetway/nf81-t56n-lf/mptable.c @@ -20,7 +20,6 @@ #include <arch/ioapic.h> #include <arch/smp/mpspec.h> #include <console/console.h> -#include <cpu/amd/amdfam14.h> #include <device/pci.h> #include <drivers/generic/ioapic/chip.h> #include <stdint.h> |