]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/s5pc210_universal.h
dm: spi: Remove SPI_INIT feature
[karo-tx-uboot.git] / include / configs / s5pc210_universal.h
index 27f3d0af47105668009a9dd78677c4c2b06eb79e..4fa8d66a25a7597788164eef2cc96cb6e610b96f 100644 (file)
 #define CONFIG_SOFT_SPI_GPIO_CS EXYNOS4_GPIO_Y43
 
 #define SPI_DELAY udelay(1)
-#undef SPI_INIT
 #define SPI_SCL(bit) universal_spi_scl(bit)
 #define SPI_SDA(bit) universal_spi_sda(bit)
 #define SPI_READ universal_spi_read()