commit | 3a5752ccff5a8ee2952d0d81387f32825b73756e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:10 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:43 2020 +0800 |
tree | 219291416c9cdd3a17c246d782b9a5a07625eec6 | |
parent | e624858407039ffeb4e4007bb2677d8e4fa6536c [diff] |
x86: mp_init: Switch parameter names in start_aps() These parameters are named differently from elsewhere in this file. Switch them to avoid confusion. Also add comments to this function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>