aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorTom Rini2021-02-09 21:42:56 -0500
committerTom Rini2021-04-10 07:59:30 -0400
commita80e03683ba8c343b07e8e48253fe85b43fc50b8 (patch)
tree4092ae8ed71df03e76ab737d5dce04434a1a4448 /include/configs/sheevaplug.h
parent34af2da9ad6ba940e0a4ad0cffec26488042a34c (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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index abe8418984d..41ba7996593 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -55,9 +55,6 @@
*/
#ifdef CONFIG_IDE
#define __io
-#define CONFIG_IDE_PREINIT
-#define CONFIG_MVSATA_IDE_USE_PORT0
-#define CONFIG_MVSATA_IDE_USE_PORT1
#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
#define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET
#endif /* CONFIG_IDE */