]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bedbug.c
ARM: remove obsolete at91rm9200
[karo-tx-uboot.git] / common / bedbug.c
index 1a793f8268ddd8550a077349edd5763fbc1cb520..60109cf827d25f451e0f408217d60d02ec417e8a 100644 (file)
@@ -2,8 +2,6 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) || defined(CONFIG_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 */