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:
parent
ae80c85fe8
commit
c88ba1c4c3
|
|
@ -33,6 +33,7 @@ struct spl_image_info {
|
|||
void *fdt_addr;
|
||||
#endif
|
||||
u32 boot_device;
|
||||
u32 next_stage;
|
||||
u32 size;
|
||||
u32 flags;
|
||||
void *arg;
|
||||
|
|
|
|||
Loading…
Reference in New Issue