diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/board_f.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c index f1a1432d86..60634e52cd 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -23,7 +23,6 @@ #include <os.h> #include <post.h> #include <relocate.h> -#include <spi.h> #include <status_led.h> #include <sysreset.h> #include <timer.h> @@ -262,7 +261,6 @@ __weak int init_func_vid(void) static int init_func_spi(void) { puts("SPI: "); - spi_init(); puts("ready\n"); return 0; } |