summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-08-24 10:10:54 -0500
committerTom Rini <trini@ti.com>2013-09-06 13:09:07 -0400
commit344ca0b40cf3a8feb1e7f9d4ff9e5041be706266 (patch)
tree09bffaeb6498f4bdf51454b1098fbc57b96aaed1 /include/configs/coreboot.h
parent7610b41ddf3c8d1234b38817621f29407deaf32f (diff)
downloadtalos-obmc-uboot-344ca0b40cf3a8feb1e7f9d4ff9e5041be706266.tar.gz
talos-obmc-uboot-344ca0b40cf3a8feb1e7f9d4ff9e5041be706266.zip
ahci: convert to use libata functions and definitions
libata already has similar functions as implemented in the ahci code. Refactor the code to use the libata variants and remove the dependency on ata.h. Convert some defines to use the version from libata.h. Also, remove some unnecessary memset's of bss data. This is a step toward hopefully merging ahci.c and dw_ahsata.c which are essentially the same driver. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index c2dcef89c6..47215e59aa 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -56,6 +56,7 @@
#define CONFIG_SCSI_AHCI
#ifdef CONFIG_SCSI_AHCI
+#define CONFIG_LIBATA
#define CONFIG_SYS_64BIT_LBA
#define CONFIG_SATA_INTEL 1
#define CONFIG_SCSI_DEV_LIST {PCI_VENDOR_ID_INTEL, \
OpenPOWER on IntegriCloud