Re: [U-Boot] [PATCH] fdt: call fdt_fixup_ethernet after board/system fixups

2017-09-11 Thread Tom Rini
On Sat, Sep 09, 2017 at 01:36:49AM +0800, Icenowy Zheng wrote: > In commit 26d61195f870 we added fdt_fixup_ethernet to a common code > path, which executes before board/system fixups. > > However, on sunxi platform board-specific fixup will create ethaddr for > ethernet aliases not present in U-B

[U-Boot] [PATCH] fdt: call fdt_fixup_ethernet after board/system fixups

2017-09-08 Thread Icenowy Zheng
In commit 26d61195f870 we added fdt_fixup_ethernet to a common code path, which executes before board/system fixups. However, on sunxi platform board-specific fixup will create ethaddr for ethernet aliases not present in U-Boot FDT, which won't be used in this situation. Move the call of fdt_fixu