]> git.baikalelectronics.ru Git - uboot.git/commit
x86: fsp: Eliminate the reset_cpu() call
authorBin Meng <bmeng.cn@gmail.com>
Thu, 19 Jul 2018 10:07:32 +0000 (03:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 20 Jul 2018 01:33:22 +0000 (09:33 +0800)
commit660618e91052f4db65f8c9a3b9cdcb620f3d8d77
treebc084d509c696bc9cc69d8d2db0b2539899fc2b8
parenta8c78c43d9826fab5b8d13e7f28951b9963c7a1d
x86: fsp: Eliminate the reset_cpu() call

In preparation for the reset driver conversion, eliminate the
reset_cpu() call in the FSP init path as it's too early for the
reset driver to work.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/fsp/fsp_common.c