diff options
Diffstat (limited to 'include/configs/imx27lite-common.h')
-rw-r--r-- | include/configs/imx27lite-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index e2b6fca543..ba4bfb0f40 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -141,9 +141,6 @@ * U-Boot general configuration */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ -/* Print buffer sz */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |