summaryrefslogtreecommitdiff
path: root/include/configs/nsa310s.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-09 21:42:56 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 07:59:30 -0400
commita80e03683ba8c343b07e8e48253fe85b43fc50b8 (patch)
tree4092ae8ed71df03e76ab737d5dce04434a1a4448 /include/configs/nsa310s.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/nsa310s.h')
-rw-r--r--include/configs/nsa310s.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h
index 1cb0d68b5a..e38c65a485 100644
--- a/include/configs/nsa310s.h
+++ b/include/configs/nsa310s.h
@@ -48,8 +48,6 @@
/* SATA driver configuration */
#ifdef CONFIG_IDE
#define __io
-#define CONFIG_IDE_PREINIT
-#define CONFIG_MVSATA_IDE_USE_PORT0
#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
#endif /* CONFIG_IDE */