mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user