]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/bedbug.c
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
[people/ms/u-boot.git] / common / bedbug.c
index 1a793f8268ddd8550a077349edd5763fbc1cb520..3bf1fc3cc7f06e11d20226a2640b6d4b1ddca548 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) || defined(CONFIG_CMD_BEDBUG)
+#if defined(CONFIG_CMD_BEDBUG)
 
 #include <linux/ctype.h>
 #include <bedbug/bedbug.h>
@@ -1253,4 +1253,4 @@ int find_next_address (unsigned char *nextaddr, int step_over,
  * purpose.
  */
 
-#endif /* CONFIG_COMMANDS & CFG_CMD_BEDBUG */
+#endif