summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/early_fch.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-10-18 20:43:00 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-20 16:46:31 +0000
commitba35f3582e95fdc3d9313a63d6ee0072283f5c7f (patch)
tree0fa3607de010f7614b68bdbb75a62a24d73abea9 /src/soc/amd/picasso/early_fch.c
parent880364040a856489bd2f40fec6c6c246e8e960a6 (diff)
downloadcoreboot-ba35f3582e95fdc3d9313a63d6ee0072283f5c7f.tar.gz
coreboot-ba35f3582e95fdc3d9313a63d6ee0072283f5c7f.tar.bz2
coreboot-ba35f3582e95fdc3d9313a63d6ee0072283f5c7f.zip
soc/amd: move all AOAC function prototypes to amdblocks/aoac.h
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I3deae150cd1e20fff6507a0f0ba6a375fca430e5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/early_fch.c')
-rw-r--r--src/soc/amd/picasso/early_fch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/early_fch.c b/src/soc/amd/picasso/early_fch.c
index f5d392c9f601..e77f2963fdac 100644
--- a/src/soc/amd/picasso/early_fch.c
+++ b/src/soc/amd/picasso/early_fch.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/acpimmio.h>
+#include <amdblocks/aoac.h>
#include <amdblocks/espi.h>
#include <amdblocks/i2c.h>
#include <amdblocks/lpc.h>