summaryrefslogtreecommitdiffstats
path: root/common/cmd_ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r--common/cmd_ide.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index cfb4e1d13e..5bde5006a6 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -37,6 +37,9 @@
#ifdef CONFIG_8xx
# include <mpc8xx.h>
#endif
+#ifdef CONFIG_MPC5xxx
+#include <mpc5xxx.h>
+#endif
#include <ide.h>
#include <ata.h>
#ifdef CONFIG_STATUS_LED
OpenPOWER on IntegriCloud