]> code.ossystems Code Review - bsp/u-boot.git/commit
ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6 patches-2013.10-1
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Dec 2013 14:31:50 +0000 (12:31 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Dec 2013 16:52:20 +0000 (14:52 -0200)
commitd99e899bd27becf8a44571ad59640a8a323d2a88
treea7065c99adce8913f50d4b04870fe2166d182fdd
parent363ebc59b05e95d05f013e9ef0043bbc900b03d2
ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

The enable_fec_anatop_clock method should be available for all MX6
variant as it is not MX6 SoloLite specific. This moves the code out of
the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC
instead.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
arch/arm/cpu/armv7/mx6/clock.c