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>
This commit is contained in:
Simon Glass
2025-03-05 17:24:57 -07:00
committed by Tom Rini
parent 95641f4bf9
commit 2de073527b
2 changed files with 1 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
#define LOG_CATEGORY LOGC_BOOT
#include <bootm.h>
#include <command.h>
#include <mapmem.h>
#include <vsprintf.h>