]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/kgdb.c
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
[karo-tx-uboot.git] / lib_ppc / kgdb.c
index 243d3112b2eae8ba309e3a92a7ea11cdc547453d..78c2f0c47588103d01b1e77d6834bbbddcc1e8a3 100644 (file)
@@ -1,7 +1,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB) || defined(CONFIG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
 
 #include <kgdb.h>
 #include <asm/signal.h>
@@ -323,4 +323,4 @@ kgdb_breakpoint(int argc, char *argv[])
            ");
 }
 
-#endif /* CFG_CMD_KGDB */
+#endif