summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-03-05 17:24:59 -0700
committerTom Rini <[email protected]>2025-03-18 13:12:15 -0600
commit00cfb598e740d8bad79097e7e069ad71d86bbd5a (patch)
treec28094a83c922ce532e0428d0a19469c10ad324f /arch/x86/include
parent75e85df7963f57e4bb80b3d805ba2295b1843911 (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.h2
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