commit | 3ca9b86e2344ddea2dafc2c1edb24cf010149249 | [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 | 623b3e8f9718a1fbd612b3e42451859e9f98a947 [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>