diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-01 00:55:19 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-01 00:55:19 +0100 |
commit | d00de23b15531b9f60bc99567f5c44a65a41487b (patch) | |
tree | 67581e659fe60fb578e42c27295a299a68e097c3 /include | |
parent | d9785c14bf489908b8e39b1e20f0c14cb8fcda76 (diff) | |
download | u-boot-imx-d00de23b15531b9f60bc99567f5c44a65a41487b.zip u-boot-imx-d00de23b15531b9f60bc99567f5c44a65a41487b.tar.gz u-boot-imx-d00de23b15531b9f60bc99567f5c44a65a41487b.tar.bz2 |
Increase malloc arena on TQM5200 board to 256 kB.
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/TQM5200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index e23fd77..5ad1939 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -369,7 +369,7 @@ #endif #define CFG_MONITOR_LEN (384 << 10) /* Reserve 384 kB for Monitor */ -#define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ +#define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc() */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ /* |