commit | 38040a93e21b92f0dd7a051eb48967bb552f61f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:32 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | f185c71d1f3f35bbcbff8fddd6551f05d309ec75 | |
parent | f7eca6148e52c4325a7d0abe8b1f85dd7b7ff8ce [diff] |
dm: core: Drop seq and req_seq Now that migration to the new sequence numbers is complete, drop the old fields. Add a test that covers the new behaviour. Also drop the check for OF_PRIOR_STAGE since we always assign sequence numbers now. Signed-off-by: Simon Glass <sjg@chromium.org>