aboutsummaryrefslogtreecommitdiff
path: root/include/configs/munices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/munices.h')
-rw-r--r--include/configs/munices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/munices.h b/include/configs/munices.h
index 2372b5763..38b27bb3a 100644
--- a/include/configs/munices.h
+++ b/include/configs/munices.h
@@ -48,7 +48,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
# define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
#endif