summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-05-16 09:33:16 +0800
committerSimon Glass <sjg@chromium.org>2015-07-14 18:03:20 -0600
commite1783b5ba3d32c0471a2b963ebec54e7e7cde264 (patch)
tree997b084349021b47fb1931469805d809da4756af /drivers/block/Makefile
parentaeda4ab664d50a7b620c8b8a4075f9512110e180 (diff)
downloadtalos-obmc-uboot-e1783b5ba3d32c0471a2b963ebec54e7e7cde264.tar.gz
talos-obmc-uboot-e1783b5ba3d32c0471a2b963ebec54e7e7cde264.zip
drivers: block: Remove the ata_piix driver
This driver was originally added to support the native IDE mode for Intel chipset, however it has some bugs like not supporting ATAPI devices, endianness issue, or even broken build when CONFIG_LAB48. Given no board is using this driver as of today, rather than fixing all these issues we just remove it from the source tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 8697da4262..f161c01c67 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -6,7 +6,6 @@
#
obj-$(CONFIG_SCSI_AHCI) += ahci.o
-obj-$(CONFIG_ATA_PIIX) += ata_piix.o
obj-$(CONFIG_DWC_AHSATA) += dwc_ahsata.o
obj-$(CONFIG_FSL_SATA) += fsl_sata.o
obj-$(CONFIG_IDE_FTIDE020) += ftide020.o
OpenPOWER on IntegriCloud