diff options
Diffstat (limited to 'include/configs/trats.h')
| -rw-r--r-- | include/configs/trats.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/trats.h b/include/configs/trats.h index c70838b91..103295e96 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -66,7 +66,7 @@  #define CONFIG_MACH_TYPE		MACH_TYPE_TRATS  /* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (1 << 20)) +#define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (16 << 20))  /* select serial console configuration */  #define CONFIG_SERIAL2			/* use SERIAL 2 */ |