diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
commit | f013dacf0a90667fbefe35580f8031a84caeb65e (patch) | |
tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /CHANGELOG | |
parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) | |
download | u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.zip u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.gz u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.bz2 |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Changes for U-Boot 1.1.4: * 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(). |