summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNaveen Kumar Chaudhary <[email protected]>2026-06-26 09:20:22 +0530
committerTom Rini <[email protected]>2026-07-10 15:52:59 -0600
commite0d10a4b85cb3adfff152494afe74d3a0cac1090 (patch)
tree6a6046bf6513ed612d49f952d3b100c1852d2157 /include
parentbd93d8ea10ec94183fece63fe18b9ead91b8ed67 (diff)
cmd: x86: zboot: remove duplicate zboot_setup() call in do_zboot_setup
do_zboot_setup() invokes zboot_setup() twice: once with proper error reporting, and again immediately afterwards with no diagnostic. The second call re-runs the entire boot parameter setup on the already-populated zero page, which is at best wasted work and at worst leaves the structure in an unexpected state. Drop the stray second invocation; the first call already covers both success and failure handling. Fixes: cb19931ee56 ("x86: zboot: Drop intermediate zboot_setup() function") Signed-off-by: Naveen Kumar Chaudhary <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions