]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"
authorBin Meng <bmeng.cn@gmail.com>
Wed, 7 Nov 2018 11:50:34 +0000 (03:50 -0800)
committerTom Rini <trini@konsulko.com>
Wed, 7 Nov 2018 17:13:35 +0000 (12:13 -0500)
commit5bac6527a87750722914b2deedb9888e415fc52a
treeaa81e5fe3cc1fb8dc311ed9cf3857d647426e799
parent127ad53bb5c4c6f287da3383c6d48b747c93f494
Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"

This reverts commit ce2a5b0890c8065cbe5a94c29e1fba354e25021a.

It turns out commit ce2a5b0890c8 broke some boards which have DM CPU
driver with CONFIG_DISPLAY_CPUINFO option on. These boards just fail
to boot when print_cpuinfo() is called during boot.

Fixes are already sent to ML and in u-boot-dm/next, however since
we are getting close to the v2018.11 release, it's safer we revert
the original commit.

This commit should be reverted after v2018.11 release.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c
include/init.h