projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9314a34
)
mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 2 Aug 2008 21:48:34 +0000
(23:48 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 3 Aug 2008 00:18:46 +0000
(
02:18
+0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
include/configs/MVBC_P.h
patch
|
blob
|
history
diff --git
a/include/configs/MVBC_P.h
b/include/configs/MVBC_P.h
index
48f427e
..
8c8a445
100644
(file)
--- 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)
+#if
def
(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)
+#if
def
(CONFIG_CMD_KGDB)
#define CFG_CBSIZE 1024
#else
#define CFG_CBSIZE 256