diff options
author | Marian Balakowicz <m8@semihalf.com> | 2005-11-30 18:06:04 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2005-11-30 18:06:04 +0100 |
commit | d9785c14bf489908b8e39b1e20f0c14cb8fcda76 (patch) | |
tree | c5105eb907ce0cb7b353619007f34b4c86879f30 /CHANGELOG | |
parent | 0a69b26ed6fe3184cab86872589c27b076e6cb8e (diff) | |
download | u-boot-imx-d9785c14bf489908b8e39b1e20f0c14cb8fcda76.zip u-boot-imx-d9785c14bf489908b8e39b1e20f0c14cb8fcda76.tar.gz u-boot-imx-d9785c14bf489908b8e39b1e20f0c14cb8fcda76.tar.bz2 |
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ 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(). + + Based on initial patch for 4xx platform by Matthias Fuchs. + * Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h * Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code. |