mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
bootstage: Convert net progress numbers to enums
This changes over the network-related 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
cd24a6bf21
commit
c8e66db789
@ -115,6 +115,17 @@ enum bootstage_id {
|
||||
BOOTSTAGE_ID_NAND_TYPE = 57,
|
||||
BOOTSTAGE_ID_NAND_READ,
|
||||
|
||||
/* Boot stages related to loading a kernel from an network device */
|
||||
BOOTSTAGE_ID_NET_CHECKSUM = 60,
|
||||
BOOTSTAGE_ID_NET_ETH_START = 64,
|
||||
BOOTSTAGE_ID_NET_ETH_INIT,
|
||||
|
||||
BOOTSTAGE_ID_NET_START = 80,
|
||||
BOOTSTAGE_ID_NET_NETLOOP_OK,
|
||||
BOOTSTAGE_ID_NET_LOADED,
|
||||
BOOTSTAGE_ID_NET_DONE_ERR,
|
||||
BOOTSTAGE_ID_NET_DONE,
|
||||
|
||||
BOOTSTAGE_ID_IDE_FIT_READ = 140,
|
||||
BOOTSTAGE_ID_IDE_FIT_READ_OK,
|
||||
|
||||
|
Reference in New Issue
Block a user