summaryrefslogtreecommitdiff
path: root/include/configs/MPC8641HPCN.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-08 16:36:20 +0300
committerTom Rini <trini@konsulko.com>2017-12-13 02:16:05 +0300
commitb82e667f79f753226f3b7d01085869b496b1adc2 (patch)
treefb744f8086bd1c0fdaa90a700d3585872486b81f /include/configs/MPC8641HPCN.h
parent9fd95ef0d39819fb27441fdd0f1b15b05d9b5085 (diff)
downloadu-boot-b82e667f79f753226f3b7d01085869b496b1adc2.tar.xz
ata: Migrate CONFIG_LIBATA to Kconfig
This symbol enables some library code used by various SATA drivers, so make this a non-user-visible symbol select'ed by the respective drivers, and let moveconfig handle the rest. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r--include/configs/MPC8641HPCN.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index 882c4c271b..567111798b 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -374,7 +374,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
#ifdef CONFIG_SCSI_AHCI
-#define CONFIG_LIBATA
#define CONFIG_SATA_ULI5288
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 4
#define CONFIG_SYS_SCSI_MAX_LUN 1