commit | f6a692ba43296b46a5832be99cf314993935cf99 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Dec 04 00:40:34 2005 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Dec 04 00:40:34 2005 +0100 |
tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 | |
parent | 117b0b1d3c8f5c029f567272cdca03fbd8f1bb59 [diff] [blame] |
Code cleanup, especially MIPS for GCC 4.x
diff --git a/CHANGELOG b/CHANGELOG index 3f31d86..3762f21 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -36,7 +36,7 @@ * 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().