]> git.baikalelectronics.ru Git - uboot.git/commit
tools: mksunxiboot: Use sunxi_image header directly
authorSamuel Holland <samuel@sholland.org>
Wed, 13 Oct 2021 00:35:41 +0000 (19:35 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:49:58 +0000 (14:49 +0100)
commitbf1a121b62901620b5897bddceed3b05fa3943f3
tree67e993e52b9d97d6ed9240fe63593256d92967a7
parent31a5300ab5d9df37623e0ccef83bc4c1a01463fe
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 <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
tools/mksunxiboot.c