Re: [U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()

2017-04-28 Thread Tom Rini
On Fri, Apr 28, 2017 at 11:37:13AM +, Joakim Tjernlund wrote: > On Fri, 2017-04-28 at 11:05 +0200, Maxime Ripard wrote: > > On Fri, Apr 28, 2017 at 03:33:53PM +0800, Chen-Yu Tsai wrote: > > > The sunxi platform relies on the core boot sequence to load and process > > > device tree blobs,

Re: [U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()

2017-04-28 Thread Joakim Tjernlund
On Fri, 2017-04-28 at 11:05 +0200, Maxime Ripard wrote: > On Fri, Apr 28, 2017 at 03:33:53PM +0800, Chen-Yu Tsai wrote: > > The sunxi platform relies on the core boot sequence to load and process > > device tree blobs, including writing back any MAC addresses we generate > > by an implicit call to

Re: [U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()

2017-04-28 Thread Tom Rini
On Fri, Apr 28, 2017 at 11:05:46AM +0200, Maxime Ripard wrote: > On Fri, Apr 28, 2017 at 03:33:53PM +0800, Chen-Yu Tsai wrote: > > The sunxi platform relies on the core boot sequence to load and process > > device tree blobs, including writing back any MAC addresses we generate > > by an implicit

Re: [U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()

2017-04-28 Thread Maxime Ripard
On Fri, Apr 28, 2017 at 03:33:53PM +0800, Chen-Yu Tsai wrote: > The sunxi platform relies on the core boot sequence to load and process > device tree blobs, including writing back any MAC addresses we generate > by an implicit call to fdt_fixup_ethernet() within the image loading > mechanism. This

[U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()

2017-04-28 Thread Chen-Yu Tsai
The sunxi platform relies on the core boot sequence to load and process device tree blobs, including writing back any MAC addresses we generate by an implicit call to fdt_fixup_ethernet() within the image loading mechanism. This call was removed in commit 3f66149d9fb4 ("Remove extra