[U-Boot] [PATCH] xscale: add support for the polaris board
Ben Warren
biggerbadderben at gmail.com
Tue Jun 30 00:58:38 CEST 2009
stefano babic wrote:
<snip>
>>>
>>> -#define CONFIG_NET_MULTI 1
>>> +#define CONFIG_NET_MULTI 0
>>>
>> ???
>>
>
> There is only one ethernet controller available and for this reason I
> cleared the NET_MULTI flag. However, I see other boards use another
> approach and leave this flag set. I can let the same approach here.
>
>
This doesn't really mean that there are multiple Ethernet controllers.
It just means that U-boot should use the framework that supports
multiple interfaces. Most drivers only support one framework or the
other (MULTI or !MULTI), but in a couple of releases !MULTI will be
going away completely.
Also, we only check if CONFIG_NET_MULTI is defined, not its value.
regards,
Ben
More information about the U-Boot
mailing list