diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-09-19 18:01:55 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-09-19 18:01:55 +0200 |
commit | ad31ff6a4f5e420637da256e8d259bc0c63b0d2b (patch) | |
tree | 4d103cc29ebdad680ad75f77db473fbd3df5e7e5 | |
parent | 82cecfce3fd33e151ed8bc382ae31b19535765c5 (diff) | |
parent | db824479e64811959494e1f919c31d97fea9dc48 (diff) | |
download | u-boot-imx-ad31ff6a4f5e420637da256e8d259bc0c63b0d2b.zip u-boot-imx-ad31ff6a4f5e420637da256e8d259bc0c63b0d2b.tar.gz u-boot-imx-ad31ff6a4f5e420637da256e8d259bc0c63b0d2b.tar.bz2 |
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
-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 ccc7bd0..b8e672f 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 |