Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fdt: rework fdt_fixup_ethernet() to use env instead of bd_t | Kumar Gala | 2008-08-21 | -1/+1 |
| | | | | | | | | | | 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> | |||
* | 8xx: Update OF support on 8xx | Bryan O'Donoghue | 2008-03-25 | -0/+46 |
This patch does some shifting around of OF support on 8xx. Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie> |