commit | 6feac8183845f10a626bef7f99fc4a770ca2b842 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:22 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | 0bb6ac2908e6df4e2ec4748507b02e43918bd6b9 | |
parent | 579d804784a87bb69f68316b6cb7a3836aea27a6 [diff] |
x86: Drop unnecessary mp_init logic Now that sequence numbers are set up when devices are bound, this code is not needed. Also, we should use dev_seq() instead of req_seq. Update the whole file accordingly. Also fix up APL cpu while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>