summaryrefslogtreecommitdiffstats
path: root/include/configs/munices.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-25 07:54:47 +0100
committerWolfgang Denk <wd@denx.de>2008-02-14 01:11:00 +0100
commit1b769881750030f10743808b9d6013e11f559350 (patch)
treee0dd6eff6a904307be295c1c9f5a900fde589096 /include/configs/munices.h
parent0c9d42e6b0b83d507335a291e3ea99240038f4b9 (diff)
downloadblackbird-obmc-uboot-1b769881750030f10743808b9d6013e11f559350.tar.gz
blackbird-obmc-uboot-1b769881750030f10743808b9d6013e11f559350.zip
Fix remaining CONFIG_COMMANDS
update comments Fix coding style Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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 2372b5763b..38b27bb3a7 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
OpenPOWER on IntegriCloud