summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-13 23:42:01 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:49 -0600
commit73186c9460761315a5a5dfd352c631ab2a022f28 (patch)
tree4a583fdccc9388ac51962b3029f683585edf56a6 /board
parent623b638607aa00dad85cee36e229011c79b249ce (diff)
downloadblackbird-obmc-uboot-73186c9460761315a5a5dfd352c631ab2a022f28.tar.gz
blackbird-obmc-uboot-73186c9460761315a5a5dfd352c631ab2a022f28.zip
dm: exynos: Convert SPI to driver model
Move the exynos SPI driver over to driver model. This removes quite a bit of boilerplate from the driver, although it adds some for driver model. A few device tree additions are needed to make the SPI flash available. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/samsung/common/board.c3
1 files changed, 0 insertions, 3 deletions
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();
}
OpenPOWER on IntegriCloud