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:
Simon Glass
2024-12-05 19:35:44 -07:00
parent 6333c49559
commit abe554f6a2
3 changed files with 27 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ enum {
ZBOOT_STATE_COUNT = 5,
};
extern struct bootm_info state;
extern struct bootm_info bmi;
/**
* zboot_load() - Load a zimage