[U-Boot] [PATCH 01/27 v2] Blackfin: bfin_mac: force board_get_enetaddr() usage
Mike Frysinger
vapier at gentoo.org
Tue Feb 10 21:36:36 CET 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090210/b27c2b9d/attachment.pgp
More information about the U-Boot
mailing list