CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/02 10:39:20
Modified files:
sys/arch/armv7/imx: if_fec.c imxccm.c imxccm_clocks.h
Removed files:
sys/arch/armv7/imx: imxccmvar.h
Log message:
Have fec(4) make use of the clock framework by implementing the enet
ref clock in imxccm(4). We can now also remove the global variable
that stored the pointer to the imxccm(4) softc.
