summaryrefslogtreecommitdiffstats
path: root/include/configs/MVBC_P.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-02 23:48:34 +0200
committerWolfgang Denk <wd@denx.de>2008-08-03 02:18:46 +0200
commit5fa62000db6d0b46ecdeadbeb50faf5197db49ef (patch)
tree2ed04feb4e7b87db2f6ed432e112f42eea18196b /include/configs/MVBC_P.h
parent9314a342e196256ce59a0275a55a46e9e3b306f3 (diff)
downloadblackbird-obmc-uboot-5fa62000db6d0b46ecdeadbeb50faf5197db49ef.tar.gz
blackbird-obmc-uboot-5fa62000db6d0b46ecdeadbeb50faf5197db49ef.zip
mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/MVBC_P.h')
-rw-r--r--include/configs/MVBC_P.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MVBC_P.h b/include/configs/MVBC_P.h
index 48f427eb25..8c8a445c8b 100644
--- a/include/configs/MVBC_P.h
+++ b/include/configs/MVBC_P.h
@@ -40,7 +40,7 @@
#define CONFIG_MISC_INIT_R 1
#define CFG_CACHELINE_SIZE 32
-#if (CONFIG_CMD_KGDB)
+#ifdef (CONFIG_CMD_KGDB)
#define CFG_CACHELINE_SHIFT 5
#endif
@@ -268,7 +268,7 @@
#define CFG_PROMPT_HUSH_PS2 "> "
#undef CFG_LONGHELP
#define CFG_PROMPT "=> "
-#if (CONFIG_CMD_KGDB)
+#ifdef (CONFIG_CMD_KGDB)
#define CFG_CBSIZE 1024
#else
#define CFG_CBSIZE 256
OpenPOWER on IntegriCloud