diff options
| -rw-r--r-- | include/configs/eb_cpux9k2.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index ccc7bd0a8..b8e672f82 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -83,7 +83,7 @@   * Size of malloc() pool   */ -#define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 520*1024) +#define CONFIG_SYS_MALLOC_LEN		(4 * 1024 * 1024)  /*   * sdram |