aboutsummaryrefslogtreecommitdiff
path: root/board/synopsys/axs10x
diff options
context:
space:
mode:
authorAlexey Brodkin2018-07-11 18:24:44 +0300
committerAlexey Brodkin2018-07-31 07:49:47 +0300
commit0552e104a53c32a3720a841481d4a69646048eb6 (patch)
treec00214230e71093a0658034a9d56ad68e061994d /board/synopsys/axs10x
parent817cd83435eca9161dd8ad49537b65b84caaaf2d (diff)
ARC: AXS10x/HSDK: Use our own version of mkimage
Since U-Boot tools are being built anyways it's much nicer to use them instead of relying on some of them bein installed on build host (which might easily not be the case). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'board/synopsys/axs10x')
-rw-r--r--board/synopsys/axs10x/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/synopsys/axs10x/config.mk b/board/synopsys/axs10x/config.mk
index db04b986d1b..81ff498f818 100644
--- a/board/synopsys/axs10x/config.mk
+++ b/board/synopsys/axs10x/config.mk
@@ -18,6 +18,6 @@ else
--image $(srctree)/u-boot.bin \
--elf $(srctree)/u-boot
endif
- $(Q)mkimage -T script -C none -n 'uboot update script' \
+ $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
-d $(srctree)/u-boot-update.txt \
$(srctree)/u-boot-update.img &> /dev/null