summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:15:08 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:38:38 +0000
commit001163e8287efc66b55508a040807a99d06b550f (patch)
tree31cc2f668f62f9fac472d33210edc557ae2f28eb /src/soc/amd/stoneyridge
parentafeaa4dfc3d5b147e9f77be71cd8a88f770257bc (diff)
downloadcoreboot-001163e8287efc66b55508a040807a99d06b550f.tar.gz
coreboot-001163e8287efc66b55508a040807a99d06b550f.tar.bz2
coreboot-001163e8287efc66b55508a040807a99d06b550f.zip
soc/amd: Remove unused <cbmem.h>
Change-Id: Ic8fea24f5f830294ce5b94374ce64d7ca2013c9c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61055 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/fch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/fch.c b/src/soc/amd/stoneyridge/fch.c
index e793e1b380dd..2b2c6deb12e0 100644
--- a/src/soc/amd/stoneyridge/fch.c
+++ b/src/soc/amd/stoneyridge/fch.c
@@ -6,7 +6,6 @@
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
-#include <cbmem.h>
#include <acpi/acpi_gnvs.h>
#include <amdblocks/amd_pci_util.h>
#include <amdblocks/aoac.h>