summaryrefslogtreecommitdiffstats
path: root/cpu/74xx_7xx/kgdb.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/74xx_7xx/kgdb.S')
-rw-r--r--cpu/74xx_7xx/kgdb.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/74xx_7xx/kgdb.S b/cpu/74xx_7xx/kgdb.S
index 5d2ce85e9c..cd8869c200 100644
--- a/cpu/74xx_7xx/kgdb.S
+++ b/cpu/74xx_7xx/kgdb.S
@@ -31,7 +31,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