commit | 6e577147ce169e05b3e459e018b28ac034334da3 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 19 03:07:32 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 20 09:33:22 2018 +0800 |
tree | bc084d509c696bc9cc69d8d2db0b2539899fc2b8 | |
parent | 5588e8cc0bfb81088b453b9189cd147bb25eb18a [diff] |
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>