Skip to content
Snippets Groups Projects
Commit 17e900b8 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MVBC_P: fix compile problem


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 52b047ae
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#define CONFIG_MISC_INIT_R 1 #define CONFIG_MISC_INIT_R 1
#define CFG_CACHELINE_SIZE 32 #define CFG_CACHELINE_SIZE 32
#ifdef (CONFIG_CMD_KGDB) #ifdef CONFIG_CMD_KGDB
#define CFG_CACHELINE_SHIFT 5 #define CFG_CACHELINE_SHIFT 5
#endif #endif
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
#define CFG_PROMPT_HUSH_PS2 "> " #define CFG_PROMPT_HUSH_PS2 "> "
#undef CFG_LONGHELP #undef CFG_LONGHELP
#define CFG_PROMPT "=> " #define CFG_PROMPT "=> "
#ifdef (CONFIG_CMD_KGDB) #ifdef CONFIG_CMD_KGDB
#define CFG_CBSIZE 1024 #define CFG_CBSIZE 1024
#else #else
#define CFG_CBSIZE 256 #define CFG_CBSIZE 256
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment