summaryrefslogtreecommitdiff
path: root/board/cray/L1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/cray/L1/Makefile')
-rw-r--r--board/cray/L1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cray/L1/Makefile b/board/cray/L1/Makefile
index 655f530f2e..55402981fd 100644
--- a/board/cray/L1/Makefile
+++ b/board/cray/L1/Makefile
@@ -15,7 +15,7 @@ quiet_cmd_awk = AWK $@
$(obj)/bootscript.c: $(obj)/bootscript.image $(src)/x2c.awk
$(call cmd,awk)
-quiet_cmd_mkimage = UIMAGE $@
+quiet_cmd_mkimage = MKIMAGE $@
cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \
$(if $(KBUILD_VERBOSE:1=), >/dev/null)