commit | fabda92dabb9dec24bebf77e1f8e7061068b923c | [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 | c23634d55c8d88ed3203a41e68205adf9830538a [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>