powerpc: Drop probecpu() in favour of arch_cpu_init()
[platform/kernel/u-boot.git] / board / freescale / p1_p2_rdb_pc / spl.c
index 9e8f359..2af5576 100644 (file)
@@ -80,7 +80,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
        bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
        bd->bi_memsize = CONFIG_SYS_L2_SIZE;
 
-       probecpu();
+       arch_cpu_init();
        get_clocks();
        mem_malloc_init(CONFIG_SPL_RELOC_MALLOC_ADDR,
                        CONFIG_SPL_RELOC_MALLOC_SIZE);