On Tue, 28 Apr 2020 at 19:54, Peng Fan <peng....@nxp.com> wrote: > > From: Ye Li <ye...@nxp.com> > > Current print_cpuinfo gets the first udevice in CPU class to return > the cpu info. This has problem if the boot CPU is not fixed. > > Changing to use new API cpu_get_current_dev to fix the issue. > > Signed-off-by: Ye Li <ye...@nxp.com> > Signed-off-by: Peng Fan <peng....@nxp.com> > --- > common/board_f.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>