Commit fed329aebe3aaac0928c73547ac6316af2adf0cd

Authored by Stefan Brüns
Committed by Hans de Goede
1 parent 9d6c9d988f

tools: add mksunxiboot to tools-all target

mksunxiboot is useful outside of u-boot, it is e.g. used by sunxi-tools.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -13,6 +13,7 @@
13 13 CONFIG_XWAY_SWAP_BYTES = y
14 14 CONFIG_NETCONSOLE = y
15 15 CONFIG_SHA1_CHECK_UB_IMG = y
  16 +CONFIG_SUNXI = y
16 17 endif
17 18  
18 19 subdir-$(HOST_TOOLS_ALL) += easylogo
... ... @@ -15,7 +15,7 @@
15 15 #include <errno.h>
16 16 #include <sys/types.h>
17 17 #include <sys/stat.h>
18   -#include "asm/arch/spl.h"
  18 +#include "../arch/arm/include/asm/arch-sunxi/spl.h"
19 19  
20 20 #define STAMP_VALUE 0x5F0A6C39
21 21