Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
[oweals/u-boot.git] / cpu / ppc4xx / bedbug_405.c
index 23752f3940bc06e1ad5776da0f2a4ca6ce0ffeaa..5ef5607918d6a45e87b2a40098bd5b81ed973166 100644 (file)
@@ -10,7 +10,7 @@
 #include <bedbug/regs.h>
 #include <bedbug/ppc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) && defined(CONFIG_4xx)
+#if defined(CONFIG_CMD_BEDBUG) && defined(CONFIG_4xx)
 
 #define MAX_BREAK_POINTS 4
 
@@ -25,7 +25,7 @@ int bedbug405_clear __P ((int));
 \f
 
 /* ======================================================================
- * Initialize the global bug_ctx structure for the IBM PPC405. Clear all
+ * Initialize the global bug_ctx structure for the AMCC PPC405.        Clear all
  * of the breakpoints.
  * ====================================================================== */