spl: add next_stage to struct spl_image_info

Add next_stage to indicate the next boot stage is uboot or kernel.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I9104ede143c5a9c7f0bff6869e67d5e605e596ca
This commit is contained in:
Jason Zhu 2020-03-12 15:35:13 +08:00 committed by Jianhong Chen
parent ae80c85fe8
commit c88ba1c4c3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ struct spl_image_info {
void *fdt_addr;
#endif
u32 boot_device;
u32 next_stage;
u32 size;
u32 flags;
void *arg;