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