diff options
| author | Jagan Teki <jagan@amarulasolutions.com> | 2020-05-26 08:34:37 +0530 |
|---|---|---|
| committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-11 15:14:04 +0530 |
| commit | 726c0343a8f3f0496e51da7e5d550aa982c9f288 (patch) | |
| tree | 89db659b404f0037abe8b87d8991f2181fe6e00c /drivers/spi/Makefile | |
| parent | 7e07b3727763e14296fa6846df041a24d99a753e (diff) | |
| download | u-boot-726c0343a8f3f0496e51da7e5d550aa982c9f288.tar.gz u-boot-726c0343a8f3f0496e51da7e5d550aa982c9f288.tar.xz u-boot-726c0343a8f3f0496e51da7e5d550aa982c9f288.zip | |
spi: Zap SOFT_SPI (non-dm)
- Deadline for DM migration already passed by months.
- Sent couple of zap patches and
- No response on dm conversation
hence removed the driver.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/spi/Makefile')
| -rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 342776404a..54881a7412 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -13,7 +13,6 @@ obj-$(CONFIG_TI_QSPI) += ti_qspi.o else obj-y += spi.o obj-$(CONFIG_SPI_MEM) += spi-mem-nodm.o -obj-$(CONFIG_SOFT_SPI) += soft_spi_legacy.o endif obj-$(CONFIG_ALTERA_SPI) += altera_spi.o |
