diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 14:05:48 -0500 |
commit | 32f0398ba559408e4effa2372697a0cc4d189756 (patch) | |
tree | f79ca91b10cc0630fcf9349a9bef661bd5d221aa /include/configs/p1_twr.h | |
parent | c88ecf47bdcd0af21b23a3317116bcd956f1e775 (diff) | |
download | u-boot-32f0398ba559408e4effa2372697a0cc4d189756.tar.gz |
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include/configs/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index e9692048d1..5edf07197f 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 |