x86: Rename state to bmi
Use the common name for the struct, in preparation for passing it around between functions. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -42,7 +42,7 @@ enum {
|
||||
ZBOOT_STATE_COUNT = 5,
|
||||
};
|
||||
|
||||
extern struct bootm_info state;
|
||||
extern struct bootm_info bmi;
|
||||
|
||||
/**
|
||||
* zboot_load() - Load a zimage
|
||||
|
||||
Reference in New Issue
Block a user