summaryrefslogtreecommitdiff
path: root/include/configs/ds109.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/ds109.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/ds109.h')
-rw-r--r--include/configs/ds109.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index 35d85361b4..f232abe430 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -55,11 +55,4 @@
#define CONFIG_PHY_BASE_ADR 8
#endif /* CONFIG_CMD_NET */
-/*
- * SATA Driver configuration
- */
-#ifdef CONFIG_MVSATA_IDE
-#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
-#endif /*CONFIG_MVSATA_IDE*/
-
#endif /* _CONFIG_DS109_H */