]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/board.c
avr32: rename cpu_init() -> arch_cpu_init()
[karo-tx-uboot.git] / arch / avr32 / lib / board.c
index 7d13ac534b835077eb46262ce32d5a776c65a3c5..95f95266f1272a8ffebfb16e269719d26c5b9efe 100644 (file)
@@ -98,7 +98,7 @@ void board_init_f(ulong board_type)
 
        /* Perform initialization sequence */
        board_early_init_f();
-       cpu_init();
+       arch_cpu_init();
        board_postclk_init();
        env_init();
        init_baudrate();