]> git.sur5r.net Git - u-boot/blobdiff - board/coreboot/coreboot/coreboot.c
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
[u-boot] / board / coreboot / coreboot / coreboot.c
index 0240c345810f2fdb038dcffc34657857038bcba1..bb7f778a8f0cd21c2de3e8fed7061215168c8811 100644 (file)
@@ -6,11 +6,9 @@
 
 #include <common.h>
 #include <cros_ec.h>
+#include <asm/gpio.h>
 
 int arch_early_init_r(void)
 {
-       if (cros_ec_board_init())
-               return -1;
-
        return 0;
 }