summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan_big
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-27 18:52:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 10:26:32 +0000
commit55d6238fa6cd6297a4bad5c34b6618d52e848618 (patch)
treeb464dd8344cb898a0267559f26e4cea522ee9e38 /src/mainboard/google/nyan_big
parent52fdc050139649ce17df82e98e59e78e79418801 (diff)
downloadcoreboot-55d6238fa6cd6297a4bad5c34b6618d52e848618.tar.gz
coreboot-55d6238fa6cd6297a4bad5c34b6618d52e848618.tar.bz2
coreboot-55d6238fa6cd6297a4bad5c34b6618d52e848618.zip
src: Remove unneeded include <cbfs.h>
Change-Id: Iab0bd1c5482331a0c048a05ab806bf5c4dbda780 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29303 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/nyan_big')
-rw-r--r--src/mainboard/google/nyan_big/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/nyan_big/romstage.c b/src/mainboard/google/nyan_big/romstage.c
index ba5c0e23ab06..f3304ae3923d 100644
--- a/src/mainboard/google/nyan_big/romstage.c
+++ b/src/mainboard/google/nyan_big/romstage.c
@@ -16,7 +16,6 @@
#include <arch/cache.h>
#include <arch/exception.h>
#include <arch/io.h>
-#include <cbfs.h>
#include <cbmem.h>
#include <console/console.h>
#include <reset.h>