spl: add spl next stage definition
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I822f0e92b158a673ce0d2e2265a5237f5870a58f
This commit is contained in:
parent
c88ba1c4c3
commit
69e1ad7bcf
|
|
@ -20,6 +20,10 @@
|
|||
#define MMCSD_MODE_FS 2
|
||||
#define MMCSD_MODE_EMMCBOOT 3
|
||||
|
||||
#define SPL_NEXT_STAGE_UNDEFINED 0
|
||||
#define SPL_NEXT_STAGE_UBOOT 1
|
||||
#define SPL_NEXT_STAGE_KERNEL 2
|
||||
|
||||
struct spl_image_info {
|
||||
const char *name;
|
||||
u8 os;
|
||||
|
|
|
|||
Loading…
Reference in New Issue