diff options
| author | Simon Glass <[email protected]> | 2025-03-05 17:24:57 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-18 13:12:15 -0600 |
| commit | 2de073527bb92b47d49366249cd3fdea5016bcaf (patch) | |
| tree | 9cc3bca22b64600309e2039397ea92755ab6bc61 /arch | |
| parent | 95641f4bf98d3c90bfc4ae94515c98c440ffb2e1 (diff) | |
x86: Drop duplicate definition of zimage_dump()
This is now defined in bootm.h so drop the duplicate in the x86 code.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/include/asm/zimage.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/zimage.h b/arch/x86/include/asm/zimage.h index 8b542605170..76b2a797ccf 100644 --- a/arch/x86/include/asm/zimage.h +++ b/arch/x86/include/asm/zimage.h @@ -72,14 +72,6 @@ struct zboot_state { extern struct zboot_state state; /** - * zimage_dump() - Dump information about a zimage - * - * @base_ptr: Pointer to the boot parameters - * @show_cmdline: true to show the kernel command line - */ -void zimage_dump(struct boot_params *base_ptr, bool show_cmdline); - -/** * zboot_load() - Load a zimage * * Load the zimage into the correct place |
