Message ID | 20200503144120.30038-7-peng.fan@nxp.com |
---|---|
State | New |
Headers | show |
Series | [V2,1/8] net: eth-uclass: add return value check | expand |
> From: Ye Li <ye.li at nxp.com> > imx_get_mac_from_fuse is used to load MAC address from fuse. On imx8mp, > we have two different ENET controllers and both need to call this > function. So decouple its declare from fec driver. > Reviewed-by: Fugang Duan <fugang.duan at nxp.com> > Signed-off-by: Ye Li <ye.li at nxp.com> > Signed-off-by: Peng Fan <peng.fan at nxp.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h b/arch/arm/include/asm/mach-imx/sys_proto.h index 77799f0eba..48ce4b1e18 100644 --- a/arch/arm/include/asm/mach-imx/sys_proto.h +++ b/arch/arm/include/asm/mach-imx/sys_proto.h @@ -189,4 +189,6 @@ unsigned long call_imx_sip(unsigned long id, unsigned long reg0, unsigned long call_imx_sip_ret2(unsigned long id, unsigned long reg0, unsigned long *reg1, unsigned long reg2, unsigned long reg3); + +void imx_get_mac_from_fuse(int dev_id, unsigned char *mac); #endif diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h index 159aec8967..18f7c727db 100644 --- a/drivers/net/fec_mxc.h +++ b/drivers/net/fec_mxc.h @@ -271,8 +271,6 @@ struct fec_priv { u32 clk_rate; }; -void imx_get_mac_from_fuse(int dev_id, unsigned char *mac); - /** * @brief Numbers of buffer descriptors for receiving *