]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bedbug.c
AVR32: Initialize bi_flash* in board_init_r
[karo-tx-uboot.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