summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/agesa_acpi.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-08 22:23:54 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-09 21:32:15 +0000
commitdd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7 (patch)
treed17a8cc4e58991bb9cc316883ffc48c3fc226618 /src/soc/amd/picasso/agesa_acpi.c
parentcf6dc7d3a147ef39de84e33d2ce43c103a6b831b (diff)
downloadcoreboot-dd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7.tar.gz
coreboot-dd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7.tar.bz2
coreboot-dd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7.zip
soc/amd/picasso/cpu: move get_cpu_count to common code
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I0690787f492d764a20a4219822eb10fb5cd86de0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50406 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/agesa_acpi.c')
-rw-r--r--src/soc/amd/picasso/agesa_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c
index 6020ec001701..119dd55b89b4 100644
--- a/src/soc/amd/picasso/agesa_acpi.c
+++ b/src/soc/amd/picasso/agesa_acpi.c
@@ -12,7 +12,7 @@
#include <stdint.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
-#include <soc/cpu.h>
+#include <amdblocks/cpu.h>
#include <soc/data_fabric.h>
#include <soc/pci_devs.h>
#include <stdlib.h>