]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/t208xrdb/spl.c
powerpc: Drop probecpu() in favour of arch_cpu_init()
[people/ms/u-boot.git] / board / freescale / t208xrdb / spl.c
index bb23865d3beeb0c56b5204a6556a689cdd110f9c..aa8e9285fefe595cebafd5d5b1d369517b6b08ba 100644 (file)
@@ -73,7 +73,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
        bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
        bd->bi_memsize = CONFIG_SYS_L3_SIZE;
 
-       probecpu();
+       arch_cpu_init();
        get_clocks();
        mem_malloc_init(CONFIG_SPL_RELOC_MALLOC_ADDR,
                        CONFIG_SPL_RELOC_MALLOC_SIZE);