summaryrefslogtreecommitdiff
path: root/include/configs/MPC8544DS.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-08-24 15:10:54 (GMT)
committerTom Rini <trini@ti.com>2013-09-06 17:09:07 (GMT)
commit344ca0b40cf3a8feb1e7f9d4ff9e5041be706266 (patch)
tree09bffaeb6498f4bdf51454b1098fbc57b96aaed1 /include/configs/MPC8544DS.h
parent7610b41ddf3c8d1234b38817621f29407deaf32f (diff)
downloadu-boot-344ca0b40cf3a8feb1e7f9d4ff9e5041be706266.tar.xz
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/MPC8544DS.h')
-rw-r--r--include/configs/MPC8544DS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
index 2a5e5d4..7f16285 100644
--- a/include/configs/MPC8544DS.h
+++ b/include/configs/MPC8544DS.h
@@ -318,6 +318,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SCSI_AHCI
#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