Skip to content
Snippets Groups Projects
Commit fed329ae authored by Stefan Brüns's avatar Stefan Brüns Committed by Hans de Goede
Browse files

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: default avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 9d6c9d98
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ CONFIG_CMD_NET = y ...@@ -13,6 +13,7 @@ CONFIG_CMD_NET = y
CONFIG_XWAY_SWAP_BYTES = y CONFIG_XWAY_SWAP_BYTES = y
CONFIG_NETCONSOLE = y CONFIG_NETCONSOLE = y
CONFIG_SHA1_CHECK_UB_IMG = y CONFIG_SHA1_CHECK_UB_IMG = y
CONFIG_SUNXI = y
endif endif
subdir-$(HOST_TOOLS_ALL) += easylogo subdir-$(HOST_TOOLS_ALL) += easylogo
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <errno.h> #include <errno.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include "asm/arch/spl.h" #include "../arch/arm/include/asm/arch-sunxi/spl.h"
#define STAMP_VALUE 0x5F0A6C39 #define STAMP_VALUE 0x5F0A6C39
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment