]> git.sur5r.net Git - u-boot/blobdiff - cpu/at32ap/cpu.c
avr32: Use board_postclk_init instead of gclk_init
[u-boot] / cpu / at32ap / cpu.c
index 1a1370289d585d5f6a0dda663cd8b60a260f16ed..0ba836180e4396f61891f76f7dda42ac64717edf 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;
 }