Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
[oweals/u-boot.git] / cpu / 74xx_7xx / kgdb.S
index 5d2ce85e9c03629b16ee16ab7e58285f22cae29d..4f231228c2285950ed4f2df46f99ec01111bcc7f 100644 (file)
@@ -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
@@ -74,4 +74,4 @@ kgdb_flush_cache_range:
        SYNC
        blr
 
-#endif /* CFG_CMD_KGDB */
+#endif