On Tuesday 03 February 2009 14:40:00 Mike Frysinger wrote:
> i think we can agree that this does not scale at all.  if, however, we
> change the global data to something like:
> typedef struct bd_info {
>       ...
> #ifdef CONFIG_NET_MULTI
>       uchar bi_enetXaddr[CONFIG_NET_MULTI_MAX][6];
> # define bi_enetaddr bi_enetXaddr[0]
> #else
>       uchar bi_enetaddr[6];
> #endif
>       ...
> };

Ben: does this sound reasonable ?  if so, i can start a patch series moving in 
this direction ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to