diff options
author | Tuomas Tynkkynen | 2017-12-08 15:36:15 +0200 |
---|---|---|
committer | Tom Rini | 2017-12-12 14:05:48 -0500 |
commit | 32f0398ba559408e4effa2372697a0cc4d189756 (patch) | |
tree | f79ca91b10cc0630fcf9349a9bef661bd5d221aa /include | |
parent | c88ecf47bdcd0af21b23a3317116bcd956f1e775 (diff) |
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8349ITX.h | 1 | ||||
-rw-r--r-- | include/configs/p1_twr.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index d06d4a28170..23fe158f747 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -67,7 +67,6 @@ /* The CF card interface on the back of the board */ #define CONFIG_COMPACT_FLASH #define CONFIG_VSC7385_ENET /* VSC7385 ethernet support */ -#define CONFIG_SATA_SIL3114 /* SIL3114 SATA controller */ #define CONFIG_SYS_USB_HOST /* use the EHCI USB controller */ #endif diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index e9692048d14..5edf07197fb 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -50,7 +50,6 @@ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_SATA_SIL3114 #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_LIBATA #define CONFIG_LBA48 |