commit | 53a4f253f129926bb5398634c8bae43ab788342d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 21 17:26:47 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:51 2019 -0600 |
tree | 643ebff2936eea09622bec6f01dbbe907ae3b6c0 | |
parent | 5074a8a3c0d0d1e11a1d51a7fb0ce8746668046f [diff] |
bootstage: Store the next ID in the stash When stashing bootstage info, store the next ID so that it can be used when the stash is restored. This avoids the ID starting at zero and potentially overwriting existing entries. Signed-off-by: Simon Glass <sjg@chromium.org>