Skip to content
Snippets Groups Projects
Commit 5fa62000 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'

parent 9314a342
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
#if (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 "=> "
#if (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