summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/kgdb.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ppc4xx/kgdb.S')
-rw-r--r--cpu/ppc4xx/kgdb.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/kgdb.S b/cpu/ppc4xx/kgdb.S
index 339a0cd0bd..cd12727be3 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) || defined(CONFIG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
/*
* cache flushing routines for kgdb
*/
OpenPOWER on IntegriCloud