]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/kgdb.c
lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[karo-tx-uboot.git] / lib_ppc / kgdb.c
index 4c5d79a8d8ae834248d543eb9a19913753029cba..243d3112b2eae8ba309e3a92a7ea11cdc547453d 100644 (file)
@@ -1,7 +1,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
+#if (CONFIG_COMMANDS & CFG_CMD_KGDB) || defined(CONFIG_CMD_KGDB)
 
 #include <kgdb.h>
 #include <asm/signal.h>