diff options
Diffstat (limited to 'cpu/mpc5xxx/ide.c')
| -rw-r--r-- | cpu/mpc5xxx/ide.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/mpc5xxx/ide.c b/cpu/mpc5xxx/ide.c index 29b99f6b1..087ddac10 100644 --- a/cpu/mpc5xxx/ide.c +++ b/cpu/mpc5xxx/ide.c @@ -24,7 +24,7 @@   */  #include <common.h> -#ifdef CFG_CMD_IDE +#if defined(CONFIG_CMD_IDE)  #include <mpc5xxx.h>  DECLARE_GLOBAL_DATA_PTR; @@ -85,4 +85,4 @@ int ide_preinit (void)  	return (0);  } -#endif /* CFG_CMD_IDE */ +#endif |