]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/coreboot/coreboot/coreboot.c
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
[people/ms/u-boot.git] / board / coreboot / coreboot / coreboot.c
diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c
deleted file mode 100644 (file)
index bb7f778..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#include <common.h>
-#include <cros_ec.h>
-#include <asm/gpio.h>
-
-int arch_early_init_r(void)
-{
-       return 0;
-}