commit | ba37aa03287c5483c61c0a3e320c8888bee0143a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Aug 19 15:41:18 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 21 02:07:43 2008 +0200 |
tree | 2dfda3297180c8c2d45202ef470cc06105d5d5b7 | |
parent | 4cacf7c64609839f809e2f9c45873f1d65861703 [diff] |
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t 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>