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:
parent
c9cb830945
commit
12f85f8a91
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user