[U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200

Joe Hershberger joe.hershberger at gmail.com
Thu Sep 20 07:49:41 CEST 2012


Hi Marek,

On Wed, Sep 19, 2012 at 4:02 PM, Marek Vasut <marex at denx.de> wrote:
> Dear Łukasz Dałek,
>
> [ Joe, see the bottom of my babble here ]
>
>> +
>> +# define CONFIG_USB_ETHER            1
>> +# define CONFIG_USBNET_DEV_ADDR              "de:ad:be:ef:00:01"
>> +# define CONFIG_USBNET_HOST_ADDR     "de:ad:be:ef:00:02"
>
> Definitelly not, any mac address setting should not be present, Joe ?

I certainly agree, in most cases.  However, a USB Ethernet device is
unique in that it is known to be 1 of only 2 devices on the network.
Therefore conflicts are unlikely.  The only source of conflicts is if
there are more than one of these devices plugged into the same host,
and even then I'm not sure that it's a problem, since the routing will
have to choose an interface first anyway.

-Joe


More information about the U-Boot mailing list