Re: [U-Boot] [PATCH] mpc85xx: Fix booting on various boards

2009-10-16 Thread Kumar Gala
On Oct 12, 2009, at 2:55 PM, Anton Vorontsov wrote: > commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed > CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards, > namely the ones that call get_sys_info() from board_early_init_f(). > > get_sys_info() calls cpu_numcores(),

[U-Boot] [PATCH] mpc85xx: Fix booting on various boards

2009-10-12 Thread Anton Vorontsov
commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards, namely the ones that call get_sys_info() from board_early_init_f(). get_sys_info() calls cpu_numcores(), which depends on probecpu() being called before. But probecpu()