commit | 97447eaae26bf8e03de559966751387ab410cf7d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:11:15 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:31 2021 +1300 |
tree | 9828b55307dd8a9c33f306a97d5780cd92ea0099 | |
parent | 5dc338f834a53f67a31fdbbe2f11bc15f744327d [diff] |
spl: Split out bootstage ID into a function We have two separate places that need to figure out the bootstage ID to use. Put this code in a function so that the logic is in one place. Signed-off-by: Simon Glass <sjg@chromium.org>