X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fsamsung%2Fcommon%2Fboard.c;h=e1fc123fcc4ea154cd4e189460a8afb3e1713399;hp=c119641ea4e2f1112f3d542254d3afd8651d3866;hb=73186c9460761315a5a5dfd352c631ab2a022f28;hpb=623b638607aa00dad85cee36e229011c79b249ce diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index c119641ea4..e1fc123fcc 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(); }