diff options
Diffstat (limited to 'board/google/chromebox_panther/panther.c')
-rw-r--r-- | board/google/chromebox_panther/panther.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/google/chromebox_panther/panther.c b/board/google/chromebox_panther/panther.c index e3baf887833..ed60e442641 100644 --- a/board/google/chromebox_panther/panther.c +++ b/board/google/chromebox_panther/panther.c @@ -11,8 +11,3 @@ int arch_early_init_r(void) { return 0; } - -int board_early_init_f(void) -{ - return 0; -} |