summaryrefslogtreecommitdiff
path: root/src/device/dram/lpddr4.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:13:23 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:40:07 +0000
commitf8a4580c0297419112110514d775dbdcb9e60a48 (patch)
treef2655f72521337eb3ccdd3ed5db5fde503b382c6 /src/device/dram/lpddr4.c
parent6504044ddab42b89377ab6d276494cc48b931a91 (diff)
device: Remove unused <cbmem.h>
Change-Id: I81bf00af1b56a0181c376db92f5f85297b6993ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61050 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/device/dram/lpddr4.c')
-rw-r--r--src/device/dram/lpddr4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/dram/lpddr4.c b/src/device/dram/lpddr4.c
index 625aff295e..dc1e6aab73 100644
--- a/src/device/dram/lpddr4.c
+++ b/src/device/dram/lpddr4.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h>
-#include <cbmem.h>
#include <device/device.h>
#include <device/dram/lpddr4.h>
#include <memory_info.h>