commit | a5217748663322251ce92bcac32994ee33d070a2 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 18:57:22 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 18:57:22 2007 -0500 |
tree | e68b709ff9821c944283fb09e22ea5c34f12364c | |
parent | e11c123616affcc2bd03a055afcbad6c2aaad5fd [diff] [blame] |
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/cpu/ppc4xx/kgdb.S b/cpu/ppc4xx/kgdb.S index 339a0cd..cd12727 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 */