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

York Sun york.sun at nxp.com
Wed Apr 26 01:49:52 UTC 2017


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.sun at 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



More information about the U-Boot mailing list