mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
bootstage: Convert NAND progress numbers to enums
This changes over the NAND progress numbers to use enums from bootstage.h. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Wolfgang Denk

parent
90e153d770
commit
cd24a6bf21
@ -105,6 +105,21 @@ enum bootstage_id {
|
||||
|
||||
BOOTSTAGE_ID_IDE_CHECKSUM, /* 50 */
|
||||
BOOTSTAGE_ID_IDE_READ,
|
||||
|
||||
/* Boot stages related to loading a kernel from an NAND device */
|
||||
BOOTSTAGE_ID_NAND_PART,
|
||||
BOOTSTAGE_ID_NAND_SUFFIX,
|
||||
BOOTSTAGE_ID_NAND_BOOT_DEVICE,
|
||||
BOOTSTAGE_ID_NAND_HDR_READ = 55,
|
||||
BOOTSTAGE_ID_NAND_AVAILABLE = 55,
|
||||
BOOTSTAGE_ID_NAND_TYPE = 57,
|
||||
BOOTSTAGE_ID_NAND_READ,
|
||||
|
||||
BOOTSTAGE_ID_IDE_FIT_READ = 140,
|
||||
BOOTSTAGE_ID_IDE_FIT_READ_OK,
|
||||
|
||||
BOOTSTAGE_ID_NAND_FIT_READ = 150,
|
||||
BOOTSTAGE_ID_NAND_FIT_READ_OK,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user