spl: add spl next stage definition

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

View File

@ -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;