summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan_big
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-23 11:08:59 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-15 20:35:34 +0000
commit4655d041cda597fa75fdfca835a51f3fa55ea988 (patch)
treec3cae5310cdd96fb48f34a5fa8de6dd2132b9d84 /src/mainboard/google/nyan_big
parent1e3d16e8d179ef2502ac83b485dbdca4718db01e (diff)
downloadcoreboot-4655d041cda597fa75fdfca835a51f3fa55ea988.tar.gz
coreboot-4655d041cda597fa75fdfca835a51f3fa55ea988.tar.bz2
coreboot-4655d041cda597fa75fdfca835a51f3fa55ea988.zip
src/mainboard: Remove not used #include <elog.h>
Change-Id: I901cb35488e08f58cdf97f3a8d0f5a8d03560f86 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33729 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/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/nyan_big/mainboard.c b/src/mainboard/google/nyan_big/mainboard.c
index c8bb8136d461..9c4e943ae59c 100644
--- a/src/mainboard/google/nyan_big/mainboard.c
+++ b/src/mainboard/google/nyan_big/mainboard.c
@@ -16,7 +16,6 @@
#include <device/mmio.h>
#include <boot/coreboot_tables.h>
#include <device/device.h>
-#include <elog.h>
#include <gpio.h>
#include <soc/addressmap.h>
#include <soc/clk_rst.h>