
Dear Kumar Gala,
In message 1219178478-15212-1-git-send-email-galak@kernel.crashing.org 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 galak@kernel.crashing.org
Bump the array sizes to cover a vast number of ethernet mac addresses at Wolfgang's request.
- k
common/fdt_support.c | 68 +++++++++++++++++++----------------------------- cpu/74xx_7xx/cpu.c | 2 +- cpu/mpc512x/cpu.c | 2 +- cpu/mpc8260/cpu.c | 2 +- cpu/mpc83xx/fdt.c | 2 +- cpu/mpc85xx/fdt.c | 2 +- cpu/mpc86xx/fdt.c | 2 +- cpu/mpc8xx/fdt.c | 2 +- cpu/ppc4xx/fdt.c | 2 +- include/fdt_support.h | 2 +- 10 files changed, 36 insertions(+), 50 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk