
30 Jun
2009
30 Jun
'09
12:58 a.m.
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