Re: [PATCH] tools: mksunxiboot: Use sunxi_image header directly

2021-10-14 Thread Samuel Holland
On 10/13/21 7:19 PM, Andre Przywara wrote: > On Tue, 12 Oct 2021 19:35:41 -0500 > Samuel Holland wrote: > >> 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

Re: [PATCH] tools: mksunxiboot: Use sunxi_image header directly

2021-10-13 Thread Andre Przywara
On Tue, 12 Oct 2021 19:35:41 -0500 Samuel Holland wrote: > 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. > >

[PATCH] tools: mksunxiboot: Use sunxi_image header directly

2021-10-12 Thread Samuel Holland
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 --- We switched from using mksunxiboot