Skip to content

Commit

Permalink
tools: mksunxiboot: Use sunxi_image header directly
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
  • Loading branch information
smaeul authored and Andre-ARM committed Oct 25, 2021
1 parent 00f82fc commit a13fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mksunxiboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sunxi_image.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "imagetool.h"
#include "../arch/arm/include/asm/arch-sunxi/spl.h"

#define STAMP_VALUE 0x5F0A6C39

Expand Down

0 comments on commit a13fa74

Please sign in to comment.