]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/common/board.c
dm: exynos: Convert SPI to driver model
[karo-tx-uboot.git] / board / samsung / common / board.c
index c119641ea4e2f1112f3d542254d3afd8651d3866..e1fc123fcc4ea154cd4e189460a8afb3e1713399 100644 (file)
@@ -87,9 +87,6 @@ int board_init(void)
        boot_temp_check();
 #endif
 
-#ifdef CONFIG_EXYNOS_SPI
-       spi_init();
-#endif
        return exynos_init();
 }