]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Makefile: fix annoying sunxi hack message
authorFrank Wunderlich <frank-w@public-files.de>
Tue, 11 Aug 2020 15:19:54 +0000 (17:19 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 12 Aug 2020 12:06:00 +0000 (08:06 -0400)
every compilation shows this error

 Hack for sunxi which doesn't have a proper binman definition for
 64-bit boards

not only for sunxi-boards/arm64

fix this by changing to real comments

Fixes: 9f55ee259d0c ("Makefile: sunxi: Don't use binman to build ATF image")
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Makefile

index 5fb68bf31c40e06604bfd6a191ef909d554f01dd..d9a08818cda35d6cab897fedf9fb8be00129025c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1024,8 +1024,8 @@ PHONY += inputs
 inputs: $(INPUTS-y)
 
 all: .binman_stamp inputs
-       # Hack for sunxi which doesn't have a proper binman definition for
-       # 64-bit boards
+# Hack for sunxi which doesn't have a proper binman definition for
+# 64-bit boards
 ifneq ($(CONFIG_ARCH_SUNXI)$(CONFIG_ARM64),yy)
 ifeq ($(CONFIG_BINMAN),y)
        $(call if_changed,binman)