diff options
Diffstat (limited to 'board/sipeed/maix')
-rw-r--r-- | board/sipeed/maix/maix.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/sipeed/maix/maix.c b/board/sipeed/maix/maix.c index 08077a1f9e1..f76e1ae75a1 100644 --- a/board/sipeed/maix/maix.c +++ b/board/sipeed/maix/maix.c @@ -43,8 +43,3 @@ int board_early_init_f(void) { return sram_init(); } - -int board_init(void) -{ - return 0; -} |