diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-09 21:42:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 07:59:30 -0400 |
commit | a80e03683ba8c343b07e8e48253fe85b43fc50b8 (patch) | |
tree | 4092ae8ed71df03e76ab737d5dce04434a1a4448 /include/configs/nas220.h | |
parent | 34af2da9ad6ba940e0a4ad0cffec26488042a34c (diff) | |
download | u-boot-a80e03683ba8c343b07e8e48253fe85b43fc50b8.tar.gz u-boot-a80e03683ba8c343b07e8e48253fe85b43fc50b8.tar.xz u-boot-a80e03683ba8c343b07e8e48253fe85b43fc50b8.zip |
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/nas220.h')
-rw-r--r-- | include/configs/nas220.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/nas220.h b/include/configs/nas220.h index b95c7fc3be..1fd5471ac5 100644 --- a/include/configs/nas220.h +++ b/include/configs/nas220.h @@ -81,14 +81,6 @@ #define CONFIG_JFFS2_LZO /* - * SATA - */ -#ifdef CONFIG_MVSATA_IDE -#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET -#define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET -#endif - -/* * EFI partition */ |