diff options
Diffstat (limited to 'board/google/chromebox_panther/panther.c')
-rw-r--r-- | board/google/chromebox_panther/panther.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/google/chromebox_panther/panther.c b/board/google/chromebox_panther/panther.c index ed60e44..2adc202 100644 --- a/board/google/chromebox_panther/panther.c +++ b/board/google/chromebox_panther/panther.c @@ -5,9 +5,3 @@ */ #include <common.h> -#include <asm/arch/pch.h> - -int arch_early_init_r(void) -{ - return 0; -} |