From: Wolfgang Denk Date: Tue, 12 Aug 2008 12:54:04 +0000 (+0200) Subject: MVBC_P: fix compile problem X-Git-Tag: v1.3.4~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17e900b8c0f38d922da47073246219dce2a847f2;p=u-boot MVBC_P: fix compile problem Signed-off-by: Wolfgang Denk --- diff --git a/include/configs/MVBC_P.h b/include/configs/MVBC_P.h index 8c8a445c8b..2c27b978e0 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 -#ifdef (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 "=> " -#ifdef (CONFIG_CMD_KGDB) +#ifdef CONFIG_CMD_KGDB #define CFG_CBSIZE 1024 #else #define CFG_CBSIZE 256