diff options
Diffstat (limited to 'board/samsung')
-rw-r--r-- | board/samsung/common/board.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index c119641ea4e..e1fc123fcc4 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -87,9 +87,6 @@ int board_init(void) boot_temp_check(); #endif -#ifdef CONFIG_EXYNOS_SPI - spi_init(); -#endif return exynos_init(); } |