
30 Oct
2019
30 Oct
'19
12:21 a.m.
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 ---
Changes in v2: None
common/bootstage.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!