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 <york....@nxp.com> --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fdt.c b/arch/arm/cpu/armv8/fsl-layerscape/fdt.c index 05c4577..ad7fab3 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/fdt.c +++ b/arch/arm/cpu/armv8/fsl-layerscape/fdt.c @@ -396,4 +396,5 @@ void ft_cpu_setup(void *blob, bd_t *bd) #ifdef CONFIG_HAS_FEATURE_ENHANCED_MSI fdt_fixup_msi(blob); #endif + fdt_fixup_ethernet(blob); } -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot