commit | aca62db03e3b0a92a5a4f558d4df5b4618c609a4 | [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 | aecc94c236cc938baf668b8165f6c3c241fd4a2b [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>