diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2016-10-29 12:23:18 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | fed329aebe3aaac0928c73547ac6316af2adf0cd (patch) | |
tree | 18ca38cb2e63d22ead85117e3e4cbd79f78f94a6 /tools/mksunxiboot.c | |
parent | 9d6c9d988f0cd2fae095f1c76dc6b786a890108b (diff) | |
download | u-boot-fed329aebe3aaac0928c73547ac6316af2adf0cd.zip u-boot-fed329aebe3aaac0928c73547ac6316af2adf0cd.tar.gz u-boot-fed329aebe3aaac0928c73547ac6316af2adf0cd.tar.bz2 |
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>
Diffstat (limited to 'tools/mksunxiboot.c')
-rw-r--r-- | tools/mksunxiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mksunxiboot.c b/tools/mksunxiboot.c index 9c1c5b7..0f0b003 100644 --- a/tools/mksunxiboot.c +++ b/tools/mksunxiboot.c @@ -15,7 +15,7 @@ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> -#include "asm/arch/spl.h" +#include "../arch/arm/include/asm/arch-sunxi/spl.h" #define STAMP_VALUE 0x5F0A6C39 |