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)
commitdbfca734d0e2b36a966be066cb2dc15e0fc71c85
tree0e0b419d1ad4aa622f431ec472ff1d93ebc49d3f
parentc25344ff9ae1d764a8e85296736d6e150e34b4fd
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 <frank-w@public-files.de>
Makefile