From: Frank Wunderlich Date: Tue, 11 Aug 2020 15:19:54 +0000 (+0200) Subject: Makefile: fix annoying sunxi hack message X-Git-Tag: v2025.01-rc5-pxa1908~2255 X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=dbfca734d0e2b36a966be066cb2dc15e0fc71c85;p=u-boot.git Makefile: fix annoying sunxi hack message 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 --- diff --git a/Makefile b/Makefile index 5fb68bf31c..d9a08818cd 100644 --- 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)