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

York Sun york.sun at nxp.com
Fri Apr 28 15:29:29 UTC 2017


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 <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);
>  }
>

Replaced by http://patchwork.ozlabs.org/patch/756364/


More information about the U-Boot mailing list