
On 13 October 2014 23:41, Simon Glass sjg@chromium.org wrote:
This feature provides for init of a single SPI port for the soft SPI feature. It is not really compatible with driver model since it assumes a single SPI port. Also, inserting SPI init into the driver by means of a #define is not very nice.
This feature is not used by any active boards, so let's remove it.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4: None Changes in v3: None Changes in v2: None
drivers/spi/soft_spi_legacy.c | 5 ----- include/configs/s5pc210_universal.h | 1 - include/configs/sacsng.h | 1 - include/configs/zipitz2.h | 1 - 4 files changed, 8 deletions(-)
Applied to u-boot-dm/master.