Skip to content

Commit

Permalink
imx8x: Return correct core count in kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schwyn <[email protected]>
  • Loading branch information
dasch8 committed Mar 18, 2020
1 parent fc9e922 commit d278092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/arch/armv8/plat_imx8x.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void platform_notify_bsp(lpaddr_t *mailbox)
*/
size_t platform_get_core_count(void)
{
return 0;
return 4;
}

/*
Expand Down

0 comments on commit d278092

Please sign in to comment.