]> git.baikalelectronics.ru Git - uboot.git/commit
spl: stash bootstage info before jump to next stage
authorKever Yang <kever.yang@rock-chips.com>
Wed, 13 Sep 2017 10:24:24 +0000 (18:24 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:40:00 +0000 (07:40 -0400)
commitd0003e3e30a4a43c813e37fe6ab9a5b57a8bf3e0
tree2962ae16ea92bbb43d4fa41f1b09ab95306c2e39
parent683310c376752fef17813bbfde1e9bafb746abe6
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>
common/spl/spl.c