commit | 4e46ef28ebbab4beb44c84b5a94c1f26ac6bc10d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:24:59 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | c28094a83c922ce532e0428d0a19469c10ad324f | |
parent | 0fdb4b3875d7c9fca661c823e95069f2422d5e50 [diff] [blame] |
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>
diff --git a/arch/x86/include/asm/zimage.h b/arch/x86/include/asm/zimage.h index 13a0885..b592057 100644 --- a/arch/x86/include/asm/zimage.h +++ b/arch/x86/include/asm/zimage.h
@@ -42,7 +42,7 @@ ZBOOT_STATE_COUNT = 5, }; -extern struct bootm_info state; +extern struct bootm_info bmi; /** * zboot_load() - Load a zimage