summaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
diff options
context:
space:
mode:
authorRalph Kondziella <[email protected]>2009-01-26 12:34:36 -0700
committerJohn Rigby <[email protected]>2009-02-03 15:40:29 -0700
commit70a4da45e16b72e8e5b0baaecdaee9be8619647d (patch)
tree7801efb95297a664c6ee2fac3839e5d5df5a9a0a /common/cmd_ide.c
parentabfbd0ae4967df18102345db4f4b529a13da107b (diff)
ADS5121 Add PATA support
Original patch from Ralph Kondziella plus clean up by Wolfgang Denk plus changes by John Rigby use ips clock not lpc port forward to current u-boot release Signed-off-by: Ralph Kondziella <[email protected]> Signed-off-by: Wolfgang Denk <[email protected]> Signed-off-by: John Rigby <[email protected]>
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r--common/cmd_ide.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index c9b9a479959..8c6ed35b324 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -45,6 +45,10 @@
#include <mpc5xxx.h>
#endif
+#ifdef CONFIG_MPC512X
+#include <mpc512x.h>
+#endif
+
#include <ide.h>
#include <ata.h>