diff options
Diffstat (limited to 'include/configs/s32v234evb.h')
-rw-r--r-- | include/configs/s32v234evb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index e1f2cb30d3f..a7405893bc0 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -164,8 +164,6 @@ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT "=> " #undef CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_PBSIZE \ - (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_CMDLINE_EDITING |