]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bedbug.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / common / bedbug.c
index 6966de74452c65c5c1f0581425ce592ac1b5810b..60109cf827d25f451e0f408217d60d02ec417e8a 100755 (executable)
@@ -2,8 +2,6 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG)
-
 #include <linux/ctype.h>
 #include <bedbug/bedbug.h>
 #include <bedbug/ppc.h>
@@ -1252,5 +1250,3 @@ int find_next_address (unsigned char *nextaddr, int step_over,
  * warranties of merchantability and fitness for a particular
  * purpose.
  */
-
-#endif /* CONFIG_COMMANDS & CFG_CMD_BEDBUG */