diff options
Diffstat (limited to 'include/configs/amcore.h')
-rw-r--r-- | include/configs/amcore.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 5f8b6c5518..c0bb118388 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -33,12 +33,6 @@ /* undef to save memory */ #undef CONFIG_SYS_LONGHELP -#if defined(CONFIG_CMD_KGDB) -/* Console I/O buff. size */ -#define CONFIG_SYS_CBSIZE 1024 -#else -#define CONFIG_SYS_CBSIZE 256 -#endif /* Print buffer size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT)+16) |