commit | dc074438ea64fa11630ef90640e817387d67030e | [log] [tgz] |
---|---|---|
author | Otavio Salvador <otavio@ossystems.com.br> | Mon Dec 16 20:44:05 2013 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jan 03 15:44:05 2014 +0100 |
tree | 3ad38086a1cf5aa0b8fa2acb6f4f8e828f624f5f | |
parent | 2abc2ae6a7380413845f385f0556a9cf74964614 [diff] |
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> Acked-by: Stefano Babic <sbabic@denx.de>