u-boot-brain/arch/powerpc/cpu
Tom Rini 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place
With 3f66149d9f we no longer have a common call fdt_fixup_ethernet.
This was fine to do on PowerPC as they largely had calls already in
ft_cpu_fixup.  On ARM however we largely relied on this call.  Rather
than introduce a large number of changes to ft_cpu_fixup /
ft_board_fixup we recognize that this is a common enough call that we
should be doing it in a central location.  Do it early enough that we
can do any further updates in ft_cpu_fixup / ft_board_fixup.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Thomas Chou <thomas@wytron.com.tw> (maintainer:NIOS)
Cc: York Sun <york.sun@nxp.com> (maintainer:POWERPC MPC85XX)
Cc: Stefan Roese <sr@denx.de> (maintainer:POWERPC PPC4XX)
Cc: Simon Glass <sjg@chromium.org>
Cc: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
Fixes: 3f66149d9f ("Remove extra fdt_fixup_ethernet() call")
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: York Sun <york.sun@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-01 09:11:59 -04:00
..
mpc5xx board_f: powerpc: Use timer_init() instead of init_timebase() 2017-04-05 13:54:29 -04:00
mpc5xxx board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
mpc8xx fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
mpc8xxx powerpc: Drop probecpu() in favour of arch_cpu_init() 2017-01-25 17:38:41 -05:00
mpc83xx fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
mpc85xx fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
mpc86xx fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
mpc512x fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
mpc8260 fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
ppc4xx fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
Makefile Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00