x86: Drop the unnecessary base_ptr argument to zboot_dump()
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:02 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commitc73da92304280b229e3d8dfd565fae5a24fe3ce8
treef685170caf64ad12dc5ae5612ed658dbb5527c59
parent1592ff27d502efdc79992f57c07ff0cf81bc9305
x86: Drop the unnecessary base_ptr argument to zboot_dump()

This value is include the bootm_info, so drop the unnecessary parameter.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/zimage.c
cmd/bootflow.c
cmd/x86/zboot.c
include/bootm.h