On 04/28/2017 05:50 AM, Tom Rini wrote:
With 3f66149d9fb4 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 <kra...@redhat.com>
Cc: Chen-Yu Tsai <w...@csie.org>
Cc: Maxime Ripard <maxime.rip...@free-electrons.com>
Cc: Thomas Chou <tho...@wytron.com.tw> (maintainer:NIOS)
Cc: York Sun <york....@nxp.com> (maintainer:POWERPC MPC85XX)
Cc: Stefan Roese <s...@denx.de> (maintainer:POWERPC PPC4XX)
Cc: Simon Glass <s...@chromium.org>
Cc: Joakim Tjernlund <joakim.tjernl...@infinera.com>
Fixes: 3f66149d9fb4 ("Remove extra fdt_fixup_ethernet() call")
Signed-off-by: Tom Rini <tr...@konsulko.com>
---
This replaces my previous patch to fix just rpi.
---

This also replace my patch http://patchwork.ozlabs.org/patch/755167/

Acked-by: York Sun <york....@nxp.com>

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to