Re: [U-Boot] [PATCH] armv8: fsl-layerscape: Add back fdt_fixup_ethernet()

2017-04-28 Thread York Sun
On 04/25/2017 06:50 PM, york sun wrote: Commit 3f66149 dropped fdt_fixup_ethernet() from common/image-fdt.c, presuming this function is called by ft_cpu_setup(). Add such call in the mentioned function for Freescale ARMv8 Layerscape SoCs. Signed-off-by: York Sun ---

[U-Boot] [PATCH] armv8: fsl-layerscape: Add back fdt_fixup_ethernet()

2017-04-25 Thread York Sun
Commit 3f66149 dropped fdt_fixup_ethernet() from common/image-fdt.c, presuming this function is called by ft_cpu_setup(). Add such call in the mentioned function for Freescale ARMv8 Layerscape SoCs. Signed-off-by: York Sun --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 1 + 1