* [U-Boot] "splash: fix splash banner output" and newer llvm-7
@ 2019-10-30 13:01 Tom Rini
2019-10-30 13:33 ` Anatolij Gustschin
0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2019-10-30 13:01 UTC (permalink / raw)
To: u-boot
Hey,
With a patch to fix Travis-CI so that it actually uses LLVM-7 to build,
I see I've let in a problem (the LLVM-7 I use locally is older and
didn't catch it) with:
commit d2a8271c88514f30c2fe00d2584401348f39c3d4
Author: Anatolij Gustschin <agust@denx.de>
Date: Fri Sep 20 17:23:41 2019 +0200
splash: fix splash banner output
Old splash code in cfb_console driver displayed U-Boot version
string by default. Restore this behaviour for DM_VIDEO enabled
configurations.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reported-by: Fabio Estevam <festevam@gmail.com>
which from https://travis-ci.org/trini/u-boot/jobs/604644412
is:
+common/splash.c:148:20: error: unused function 'splash_display_banner' [-Werror,-Wunused-function]
+static inline void splash_display_banner(void) { }
+ ^
+1 error generated.
+make[2]: *** [common/splash.o] Error 1
+make[1]: *** [common] Error 2
+make: *** [sub-make] Error 2
Can you please take a look? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191030/44ada4f2/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-30 13:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 13:01 [U-Boot] "splash: fix splash banner output" and newer llvm-7 Tom Rini
2019-10-30 13:33 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox