diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-18 07:07:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-18 07:07:43 -0400 |
commit | a538ae997ae4cb375ba5362b50ba3f5b35f9519b (patch) | |
tree | 3f709a9137f1af222c125e17a0075290dfe740f8 /include/configs/mx35pdk.h | |
parent | 8c8dc4c61518124eb35f4dd9d8466378ba247e9c (diff) | |
parent | d5eb6dcf44f5c889dd80c81cf3b06385a27f8baf (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'include/configs/mx35pdk.h')
-rw-r--r-- | include/configs/mx35pdk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 857dd071f45..f8cd39d74dd 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -139,8 +139,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ -/* Print Buffer Size */ -#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 /* Boot Argument Buffer Size */ |