summaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_big/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/nyan_big/mainboard.c')
-rw-r--r--src/mainboard/google/nyan_big/mainboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/nyan_big/mainboard.c b/src/mainboard/google/nyan_big/mainboard.c
index 242f995d98..f2199d680e 100644
--- a/src/mainboard/google/nyan_big/mainboard.c
+++ b/src/mainboard/google/nyan_big/mainboard.c
@@ -19,6 +19,7 @@
#include <arch/io.h>
#include <device/device.h>
+#include <elog.h>
#include <boot/coreboot_tables.h>
#include <soc/addressmap.h>
#include <soc/clock.h>
@@ -237,6 +238,9 @@ static void mainboard_init(device_t dev)
setup_kernel_info();
clock_init_arm_generic_timer();
setup_ec_spi();
+#if CONFIG_ELOG
+ elog_init();
+#endif
}
static void mainboard_enable(device_t dev)