aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7505
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-27 17:59:58 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 10:56:47 +0000
commit8a5283ab1b18614c4df7f2e9e194ad058ba7e29f (patch)
tree7efcd1ed4d84bcb40a85aaba12dd48c5610eb6ce /src/northbridge/intel/e7505
parent55d6238fa6cd6297a4bad5c34b6618d52e848618 (diff)
src: Remove unneeded include <cbmem.h>
Change-Id: I89e03b6def5c78415bf73baba55941953a70d8de Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29302 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/e7505')
-rw-r--r--src/northbridge/intel/e7505/northbridge.c1
-rw-r--r--src/northbridge/intel/e7505/raminit.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/e7505/northbridge.c b/src/northbridge/intel/e7505/northbridge.c
index a5dc6cdf32..b4752c4c52 100644
--- a/src/northbridge/intel/e7505/northbridge.c
+++ b/src/northbridge/intel/e7505/northbridge.c
@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <string.h>
#include "e7505.h"
-#include <cbmem.h>
#include <arch/acpi.h>
unsigned long acpi_fill_mcfg(unsigned long current)
diff --git a/src/northbridge/intel/e7505/raminit.c b/src/northbridge/intel/e7505/raminit.c
index eadd5bca8a..8a44b271b4 100644
--- a/src/northbridge/intel/e7505/raminit.c
+++ b/src/northbridge/intel/e7505/raminit.c
@@ -37,7 +37,6 @@
#include <assert.h>
#include <spd.h>
#include <sdram_mode.h>
-#include <cbmem.h>
#include "raminit.h"
#include "e7505.h"