From: Samuel Holland Date: Wed, 13 Oct 2021 00:35:41 +0000 (-0500) Subject: tools: mksunxiboot: Use sunxi_image header directly X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=a13fa74a8e82d7c1d6c4c4945ae0dc4870a222c9;p=u-boot.git tools: mksunxiboot: Use sunxi_image header directly When adding eGON support to mkimage, the struct boot_file_head definition was moved to its own header. This is the only thing mksunxiboot needed out of asm/arch/spl.h. Clean up the relative include by switching to new header. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/tools/mksunxiboot.c b/tools/mksunxiboot.c index a18c9d98bc..becc36565b 100644 --- a/tools/mksunxiboot.c +++ b/tools/mksunxiboot.c @@ -12,10 +12,10 @@ #include #include #include +#include #include #include #include "imagetool.h" -#include "../arch/arm/include/asm/arch-sunxi/spl.h" #define STAMP_VALUE 0x5F0A6C39