Re: [U-Boot] [PATCH v8] fdt: rework fdt_fixup_ethernet() to use env instead of bd_t

2008-08-20 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Move to using the environment variables 'ethaddr', 'eth1addr', etc.. instead of bd-bi_enetaddr, bi_enet1addr, etc. This makes the code a bit more flexible to the number of ethernet interfaces. Signed-off-by: Kumar Gala [EMAIL

[U-Boot] [PATCH v8] fdt: rework fdt_fixup_ethernet() to use env instead of bd_t

2008-08-19 Thread Kumar Gala
Move to using the environment variables 'ethaddr', 'eth1addr', etc.. instead of bd-bi_enetaddr, bi_enet1addr, etc. This makes the code a bit more flexible to the number of ethernet interfaces. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Bump the array sizes to cover a vast number of