diff options
| author | Tom Rini <[email protected]> | 2021-02-09 21:42:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 07:59:30 -0400 |
| commit | a80e03683ba8c343b07e8e48253fe85b43fc50b8 (patch) | |
| tree | 4092ae8ed71df03e76ab737d5dce04434a1a4448 /Makefile | |
| parent | 34af2da9ad6ba940e0a4ad0cffec26488042a34c (diff) | |
drivers: ata: Remove mvsata_ide driver
The mvsata_ide driver was due for DM conversion by v2019.07. As that
has long passed, remove the driver and disable it in the boards which
had enabled it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1084,8 +1084,6 @@ endif $(call deprecated,CONFIG_DM_MMC CONFIG_BLK,MMC,v2019.04,$(CONFIG_MMC)) $(call deprecated,CONFIG_DM_USB CONFIG_OF_CONTROL CONFIG_BLK,\ USB,v2019.07,$(CONFIG_USB)) - $(call deprecated,CONFIG_AHCI,AHCI instead of CONFIG_MVSATA_IDE,v2019.07, \ - $(CONFIG_MVSATA_IDE)) $(call deprecated,CONFIG_AHCI,AHCI,v2019.07, $(CONFIG_LIBATA)) $(call deprecated,CONFIG_DM_PCI,PCI,v2019.07,$(CONFIG_PCI)) $(call deprecated,CONFIG_DM_VIDEO,video,v2019.07,\ |
