diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 18:16:06 -0500 |
commit | cf71338ee7a1dc16f13a4f1b89f32c624210df45 (patch) | |
tree | 4acd654e33d5270b5935aef703d6f2bfc80417ac /arch | |
parent | b82e667f79f753226f3b7d01085869b496b1adc2 (diff) | |
download | u-boot-cf71338ee7a1dc16f13a4f1b89f32c624210df45.tar.gz u-boot-cf71338ee7a1dc16f13a4f1b89f32c624210df45.tar.xz u-boot-cf71338ee7a1dc16f13a4f1b89f32c624210df45.zip |
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index ba6007186e..efa4e7b6e2 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -97,7 +97,6 @@ */ #ifdef CONFIG_IDE #define __io -#define CONFIG_MVSATA_IDE #define CONFIG_IDE_PREINIT #define CONFIG_MVSATA_IDE_USE_PORT1 /* Needs byte-swapping for ATA data register */ |