]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_reiser.c
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
[people/ms/u-boot.git] / common / cmd_reiser.c
index f54019b5f1067f331fd609f2e3741a66ad0ff9aa..989fd57c774ae6757a6b409cc64462d261218aca 100644 (file)
@@ -28,7 +28,7 @@
  */
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_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