summaryrefslogtreecommitdiffstats
path: root/board/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot')
-rw-r--r--board/coreboot/coreboot/coreboot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c
index 154faf6239..e076ea69cf 100644
--- a/board/coreboot/coreboot/coreboot.c
+++ b/board/coreboot/coreboot/coreboot.c
@@ -10,8 +10,10 @@
int arch_early_init_r(void)
{
+#ifdef CONFIG_CROS_EC
if (cros_ec_board_init())
return -1;
+#endif
return 0;
}
OpenPOWER on IntegriCloud