diff options
| author | Simon Glass <[email protected]> | 2025-03-05 17:24:59 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-18 13:12:15 -0600 |
| commit | 00cfb598e740d8bad79097e7e069ad71d86bbd5a (patch) | |
| tree | c28094a83c922ce532e0428d0a19469c10ad324f /arch/x86/include | |
| parent | 75e85df7963f57e4bb80b3d805ba2295b1843911 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/zimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/zimage.h b/arch/x86/include/asm/zimage.h index 13a08850dfb..b592057e58b 100644 --- a/arch/x86/include/asm/zimage.h +++ b/arch/x86/include/asm/zimage.h @@ -42,7 +42,7 @@ enum { ZBOOT_STATE_COUNT = 5, }; -extern struct bootm_info state; +extern struct bootm_info bmi; /** * zboot_load() - Load a zimage |
