summaryrefslogtreecommitdiff
path: root/board/coreboot/coreboot/coreboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/coreboot.c')
-rw-r--r--board/coreboot/coreboot/coreboot.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c
deleted file mode 100644
index bb7f778a8f..0000000000
--- a/board/coreboot/coreboot/coreboot.c
+++ /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;
-}