commit | a8c5112a269b943253ee57863057fd4a3abe180f | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Wed Sep 13 18:24:24 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:40:00 2017 -0400 |
tree | 2962ae16ea92bbb43d4fa41f1b09ab95306c2e39 | |
parent | 4e6eeeac1294b489e122a09596087ed06737d055 [diff] |
spl: stash bootstage info before jump to next stage Since we may jump to next stage like ATF/OP-TEE instead of U-Boot, we need to stash the bootstage info before it. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>