Summary: Update CPU identification call to recent version.

This commit is contained in:
gnn 2015-02-11 12:08:40 +00:00
parent 022fa8073b
commit 4f63d6859d

View File

@ -74,7 +74,7 @@ board_init(void)
{
struct board_config **pbp;
cputype = cpu_id() & CPU_ID_CPU_MASK;
cputype = cpu_ident() & CPU_ID_CPU_MASK;
SET_FOREACH(pbp, boards)
/* XXX pass down redboot board type */