]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/at32ap/cpu.c
Merge branch 'fixes' into cleanups
[karo-tx-uboot.git] / cpu / at32ap / cpu.c
index f92d3e2171a3a0cb60640ac3f2b2254ffe33c0ce..904bfb227e5b2534cecf429213d55aa7f23bf905 100644 (file)
@@ -65,9 +65,6 @@ int cpu_init(void)
        sysreg_write(EVBA, (unsigned long)&_evba);
        asm volatile("csrf      %0" : : "i"(SYSREG_EM_OFFSET));
 
-       if(gclk_init)
-               gclk_init();
-
        return 0;
 }