x86: Rename state to bmi
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:24:59 +0000 (17:24 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit00cfb598e740d8bad79097e7e069ad71d86bbd5a
treec28094a83c922ce532e0428d0a19469c10ad324f
parent75e85df7963f57e4bb80b3d805ba2295b1843911
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>
arch/x86/include/asm/zimage.h
arch/x86/lib/zimage.c
cmd/x86/zboot.c