]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_reiser.c
ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
[u-boot] / common / cmd_reiser.c
index d83c31ab3fe916ce39b32b1892550172eec83f67..1ba392990067ec384ab08d619f87b5b14fcd191a 100644 (file)
@@ -28,7 +28,7 @@
  */
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_REISER)
+#if defined(CONFIG_CMD_REISER)
 #include <config.h>
 #include <command.h>
 #include <image.h>
@@ -240,4 +240,4 @@ U_BOOT_CMD(
        "      to address 'addr' from dos filesystem\n"
 );
 
-#endif /* CONFIG_COMMANDS & CFG_CMD_REISER */
+#endif