summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/kgdb.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ppc4xx/kgdb.S')
-rw-r--r--cpu/ppc4xx/kgdb.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ppc4xx/kgdb.S b/cpu/ppc4xx/kgdb.S
index be283403e..8c4bbf2e4 100644
--- a/cpu/ppc4xx/kgdb.S
+++ b/cpu/ppc4xx/kgdb.S
@@ -34,7 +34,7 @@
#include <asm/cache.h>
#include <asm/mmu.h>
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
/*
* cache flushing routines for kgdb
*/
@@ -75,4 +75,4 @@ kgdb_flush_cache_range:
SYNC
blr
-#endif /* CFG_CMD_KGDB */
+#endif