mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
bootstage: Convert IDE progress numbers to enums
This changes over the IDE 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
8ade950638
commit
90e153d770
@ -91,6 +91,20 @@ enum bootstage_id {
|
||||
BOOTSTAGE_ID_BOARD_DONE, /* Board init done, off to main loop */
|
||||
/* ^^^ here ends the x86 sequence */
|
||||
|
||||
/* Boot stages related to loading a kernel from an IDE device */
|
||||
BOOTSTAGE_ID_IDE_START = 41,
|
||||
BOOTSTAGE_ID_IDE_ADDR,
|
||||
BOOTSTAGE_ID_IDE_BOOT_DEVICE,
|
||||
BOOTSTAGE_ID_IDE_TYPE,
|
||||
|
||||
BOOTSTAGE_ID_IDE_PART,
|
||||
BOOTSTAGE_ID_IDE_PART_INFO,
|
||||
BOOTSTAGE_ID_IDE_PART_TYPE,
|
||||
BOOTSTAGE_ID_IDE_PART_READ,
|
||||
BOOTSTAGE_ID_IDE_FORMAT,
|
||||
|
||||
BOOTSTAGE_ID_IDE_CHECKSUM, /* 50 */
|
||||
BOOTSTAGE_ID_IDE_READ,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user