x86: Make do_zboot_states() static
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:24:55 +0000 (17:24 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit299d24eddfeb18a7576187b3010d5462317335e9
treee8acebf25992260ba2416a5df989b81900aa46a9
parent942c8c8e669739d2e8dec67a7ed90158defc93ed
x86: Make do_zboot_states() static

This function is only called within zboot.c so make the function
private.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/zboot.c