diff options
Diffstat (limited to 'cpu/mpc8260/bedbug_603e.c')
| -rw-r--r-- | cpu/mpc8260/bedbug_603e.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cpu/mpc8260/bedbug_603e.c b/cpu/mpc8260/bedbug_603e.c index be09cfb5c..f1be485e8 100644 --- a/cpu/mpc8260/bedbug_603e.c +++ b/cpu/mpc8260/bedbug_603e.c @@ -10,7 +10,8 @@  #include <bedbug/regs.h>  #include <bedbug/ppc.h> -#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) && (defined(CONFIG_MPC824X) || defined(CONFIG_MPC8260)) +#if defined(CONFIG_CMD_BEDBUG) \ +	&& (defined(CONFIG_MPC824X) || defined(CONFIG_MPC8260))  #define MAX_BREAK_POINTS 1 |