x86: Drop duplicate definition of zimage_dump()
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:24:57 +0000 (17:24 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit2de073527bb92b47d49366249cd3fdea5016bcaf
tree9cc3bca22b64600309e2039397ea92755ab6bc61
parent95641f4bf98d3c90bfc4ae94515c98c440ffb2e1
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 <sjg@chromium.org>
arch/x86/include/asm/zimage.h
cmd/x86/zboot.c