projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b047a
)
MVBC_P: fix compile problem
author
Wolfgang Denk
<wd@denx.de>
Tue, 12 Aug 2008 12:54:04 +0000
(14:54 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 12 Aug 2008 12:54:04 +0000
(14:54 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/MVBC_P.h
patch
|
blob
|
history
diff --git
a/include/configs/MVBC_P.h
b/include/configs/MVBC_P.h
index 8c8a445c8b3ce7f75d6ebdd5b5f0d70bee641bff..2c27b978e0f8b9924b77a52e8af08fe0f5253e2f 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
-#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