summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asrock/g41c-gs/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-06 12:51:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 15:35:22 +0000
commite308cc6186e9768252d1e475624edd2426d7aac0 (patch)
tree3cad77c96b04de581580afeb998474a939819499 /src/mainboard/asrock/g41c-gs/romstage.c
parent348b79f05733d1186ccd3b03a990fa4694885e7e (diff)
downloadcoreboot-e308cc6186e9768252d1e475624edd2426d7aac0.tar.gz
coreboot-e308cc6186e9768252d1e475624edd2426d7aac0.tar.bz2
coreboot-e308cc6186e9768252d1e475624edd2426d7aac0.zip
mb: Get rid of unneeded include <cbmem.h>
Change-Id: I80dd65484fd52e9048635091fb20a123e959e999 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27869 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/g41c-gs/romstage.c')
-rw-r--r--src/mainboard/asrock/g41c-gs/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asrock/g41c-gs/romstage.c b/src/mainboard/asrock/g41c-gs/romstage.c
index 49a44d968513..90df539066db 100644
--- a/src/mainboard/asrock/g41c-gs/romstage.c
+++ b/src/mainboard/asrock/g41c-gs/romstage.c
@@ -27,7 +27,6 @@
#include <superio/nuvoton/common/nuvoton.h>
#include <lib.h>
#include <arch/stages.h>
-#include <cbmem.h>
#include <northbridge/intel/x4x/iomap.h>
#include <device/pnp_def.h>
#include <timestamp.h>