On Thu, Sep 11, 2025 at 9:35 PM Guillaume Ranquet <[email protected]> wrote: > > The else if branch uses the is_zimage boolean which is initialized to 0 > and never set before being tested here. > > remove the test on is_zimage to make this code reachable. > > Signed-off-by: Guillaume Ranquet <[email protected]> > --- > arch/x86/lib/bootm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Bin Meng <[email protected]>

