summaryrefslogtreecommitdiff
path: root/plat/socionext
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-20 01:37:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-20 12:33:01 +0900
commit9d32b55ccba029d43d5ca7ebc727a210b4eb53c7 (patch)
tree9a5b333e2b8a2b7bbade2ec2da5b88a7b0c98ec0 /plat/socionext
parentfe458325d04709035f1f5fca2b5946a0fd11c4a7 (diff)
uniphier: fix alignment of build log
The build log should be indented with two spaces for correct alignment. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'plat/socionext')
-rw-r--r--plat/socionext/uniphier/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/socionext/uniphier/platform.mk b/plat/socionext/uniphier/platform.mk
index 3c78054b..41d04448 100644
--- a/plat/socionext/uniphier/platform.mk
+++ b/plat/socionext/uniphier/platform.mk
@@ -116,5 +116,5 @@ endif
.PHONY: bl1_gzip
bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip
%.gzip: %
- @echo " GZIP $@"
+ @echo " GZIP $@"
$(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false)