]> git.ipfire.org Git - people/ms/u-boot.git/commit
85xx: Always attempt ethernet device tree fixup
authorKumar Gala <galak@kernel.crashing.org>
Thu, 21 May 2009 13:36:43 +0000 (08:36 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 12 Jun 2009 22:16:26 +0000 (17:16 -0500)
commit22419d77976bbd0df9fcf45513f1b96bd73e50d1
tree52d5652585b3debfed466016d224b8ebc7f030f0
parent52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
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>
cpu/mpc85xx/fdt.c