]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/miiphyutil.c
Fix miiphy global data initialization (problem on 4xx boards when no
authorMarian Balakowicz <m8@semihalf.com>
Wed, 30 Nov 2005 17:06:04 +0000 (18:06 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 30 Nov 2005 17:06:04 +0000 (18:06 +0100)
commitd9785c14bf489908b8e39b1e20f0c14cb8fcda76
treec5105eb907ce0cb7b353619007f34b4c86879f30
parent0a69b26ed6fe3184cab86872589c27b076e6cb8e
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.
CHANGELOG
common/miiphyutil.c
include/miiphy.h
net/eth.c