commit | 47dcd7c09ee192a4ecfa6b920b41a1570e4e18bf | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu May 21 08:36:43 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 12 17:16:26 2009 -0500 |
tree | 52d5652585b3debfed466016d224b8ebc7f030f0 | |
parent | 9f9d6b747204dd4b323d4568fd96aa894f8728a6 [diff] |
85xx: Always attempt ethernet device tree fixup Its reasonable that we may have ethernet devices but dont have drivers or support enabled for them in u-boot and want the device tree fixed up. Unconditionally calling the ethernet fixup is fine since if we dont have ethernet nodes that match (or aliases) we will not attempt to do anything. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Timur Tabi <timur@freescale.com>