]> git.baikalelectronics.ru Git - uboot.git/commit
fec: Move imx_get_mac_from_fuse declare to imx file
authorYe Li <ye.li@nxp.com>
Sun, 3 May 2020 14:41:19 +0000 (22:41 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 10 May 2020 18:55:20 +0000 (20:55 +0200)
commit9c257a80f02e12ed034d3bacbcd375c3cf403282
tree6a90f113622db969469a1d04173856c564aabcde
parentb3ede78171eac54cd633e3ac14a23527a027a985
fec: Move imx_get_mac_from_fuse declare to imx file

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@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/mach-imx/sys_proto.h
drivers/net/fec_mxc.h