1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 19:53:09 +02:00

jz4740: Don't enable all clocks when booting.

All clocks we need should allready be enabled by the bootloader.
This commit is contained in:
Lars-Peter Clausen 2009-11-09 01:10:31 +01:00
parent c9cb830945
commit 12f85f8a91

View File

@ -96,10 +96,6 @@ static void __init sysclocks_setup(void)
static void __init soc_cpm_setup(void) static void __init soc_cpm_setup(void)
{ {
/* Start all module clocks
*/
__cpm_start_all();
/* Enable CKO to external memory */ /* Enable CKO to external memory */
__cpm_enable_cko(); __cpm_enable_cko();