]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xxx/ide.c
ColdFire: Update Freescale MCF52x2 platforms
[u-boot] / cpu / mpc5xxx / ide.c
index 29b99f6b15ddada936f3b3226dfdddf0e2d5098d..087ddac109dbef5d108a8a09e3b22cb9a153dd3f 100644 (file)
@@ -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