aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:15:21 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:37:56 +0000
commitafeaa4dfc3d5b147e9f77be71cd8a88f770257bc (patch)
tree4d4d369c4ce1f2c1402429644a5f6a41185d5b11 /src/soc/intel/apollolake
parentf759a6257c0de47a579ec5fdfbd9d88f063669ec (diff)
soc/intel: Remove unused <cbmem.h>
Change-Id: I529c822c9e952dae6613d3de64f6709e0fd9b385 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61056 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r--src/soc/intel/apollolake/chip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 3ee49209db..c98d1c480a 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -3,7 +3,6 @@
#include <acpi/acpi.h>
#include <bootsplash.h>
#include <bootstate.h>
-#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/mp.h>
#include <device/mmio.h>