commit | d67d791d758d5ff34bc8be7d5015c3348aaa024a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 07 09:58:18 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 28849b570e3a5b113a7937784276e738ced8e1fd | |
parent | 8c43434b576fca024827caccbde5d9eedade89a5 [diff] |
x86: broadwell: Avoid initing the CPU twice When TPL has already set up the CPU, don't do it again. This existing code actually has this backwards, so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>