diff options
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index b23db3f13..6aeca7678 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -48,6 +48,8 @@  #ifdef CONFIG_ORION5X  #include <asm/arch/orion5x.h> +#elif defined CONFIG_KIRKWOOD +#include <asm/arch/kirkwood.h>  #endif  #include <ide.h> |