summaryrefslogtreecommitdiff
path: root/board/google/chromebox_panther/panther.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/google/chromebox_panther/panther.c')
-rw-r--r--board/google/chromebox_panther/panther.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/google/chromebox_panther/panther.c b/board/google/chromebox_panther/panther.c
index e3baf88..2adc202 100644
--- a/board/google/chromebox_panther/panther.c
+++ b/board/google/chromebox_panther/panther.c
@@ -5,14 +5,3 @@
*/
#include <common.h>
-#include <asm/arch/pch.h>
-
-int arch_early_init_r(void)
-{
- return 0;
-}
-
-int board_early_init_f(void)
-{
- return 0;
-}