commit | df3dc209526e9d8b5636a01cdb5cc0a396742159 | [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 | b27347f425f7f3a1047b0eec3b88305fb9021bce [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>