summaryrefslogtreecommitdiff
path: root/src/mainboard/via
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/mainboard/via
parent55d6238fa6cd6297a4bad5c34b6618d52e848618 (diff)
downloadcoreboot-8a5283ab1b18614c4df7f2e9e194ad058ba7e29f.tar.xz
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/mainboard/via')
-rw-r--r--src/mainboard/via/epia-m850/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-m850/romstage.c b/src/mainboard/via/epia-m850/romstage.c
index db03103b0e..dd303b7b87 100644
--- a/src/mainboard/via/epia-m850/romstage.c
+++ b/src/mainboard/via/epia-m850/romstage.c
@@ -27,6 +27,7 @@
#include <cpu/x86/bist.h>
#include <string.h>
#include <timestamp.h>
+#include <cbmem.h>
#include <northbridge/via/vx900/early_vx900.h>
#include <northbridge/via/vx900/raminit.h>