[U-Boot] [PATCH] Adding support for DevKit8000

Frederik Kriewitz frederik at kriewitz.eu
Thu Aug 20 05:59:24 CEST 2009


I'll fix that.

On Thu, Aug 20, 2009 at 12:19 AM, Jean-Christophe
PLAGNIOL-VILLARD<plagnioj at jcrosoft.com> wrote:
>> +void reset_phy(void)
>> +{
>> +     eth_init(gd->bd);
>> +}
> NACK
> the net need to be init only when you use it

The kernel will try to use the already (temporally) programmed MAC address.
I always init it because that way no kernel hack for the MAC address
is required.
Is it ok if I add a comment?


More information about the U-Boot mailing list