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 /CHANGELOG | |
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 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,9 +2,13 @@ Changes for U-Boot 1.1.4: ====================================================================== -* Fix miiphy global data initialization (problem on 4xx boards when no - ethaddr is assigned). Initialization moved from miiphy_register() to - eth_initialize(). +* 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. + +* Fix miiphy global data initialization (problem on 4xx boards when + no ethaddr is assigned). Initialization moved from + miiphy_register() to eth_initialize(). Based on initial patch for 4xx platform by Matthias Fuchs. |