diff options
author | Tom Rini <trini@ti.com> | 2014-12-10 09:07:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-10 09:07:25 -0500 |
commit | 9b416a9f4ca7cf5ac4d5f7143d67edde7f7d7326 (patch) | |
tree | 3860918ed8ce1a395d7dea349faee5485dd45948 /include/configs/mx6sabre_common.h | |
parent | d51aae64236878b72283bd135df716e30f7f5ded (diff) | |
parent | 9e89a64fbd0ddfde17741b38cc95fbdc02679d86 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 9fdd8410a4..f0f721e9b7 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -220,9 +220,6 @@ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 - -/* Print Buffer Size */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |